addDataItem('name', $company->name); $this->addDataItem('inn', $company->inn); $this->addDataItem('email', $company->email); $this->addDataItem('phone', $company->phone); $this->addDataItem('address', $company->legal_address); } }