addDataItem('name', $agent->user->name); $this->addDataItem('phones', [$agent->user->phone]); $this->addDataItem('agency_id', [$agent->company->bitrixId()]); } }