• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entity/identificator/complex.php
  • Класс: Bitrix\Crm\Entity\Identificator\Complex
  • Вызов: Complex::toArray
public function toArray(array $keys = ['ENTITY_TYPE_ID', 'ENTITY_ID'])
{
	return [
		$keys[0] => $this->getTypeId(),
		$keys[1] => $this->getId(),
	];
}