• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/target/basetarget.php
  • Класс: Bitrix\Crm\Automation\Target\BaseTarget
  • Вызов: BaseTarget::setEntity
public function setEntity($entity)
{
	$this->entity = $entity;
	return $this;
}