• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Action.php
  • Класс: Bitrix\Crm\Service\Operation\Action
  • Вызов: Action::getContext
protected function getContext(): Context
{
	if (!$this->context)
	{
		throw new InvalidOperationException('Context should be set for processing of ' . static::class);
	}

	return $this->context;
}