• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/engine/runtime.php
  • Класс: Bitrix\Crm\Automation\Engine\Runtime
  • Вызов: Runtime::getTarget
public function getTarget()
{
	if ($this->target === null)
		throw new InvalidOperationException('Target must be set by setTarget method.');

	return $this->target;
}