• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban.php
  • Класс: Bitrix\Crm\Kanban
  • Вызов: Kanban::getEntity
public function getEntity(): Entity
{
	if ($this->entity === null)
	{
		throw new EntityNotFoundException('Set Entity before use this method');
	}
	return $this->entity;
}