• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/action/base.php
  • Класс: BitrixRestConfigurationActionBase
  • Вызов: Base::setContextEntity
public function setContextEntity($appId = 0): bool
{
	$id = $appId > 0 ? (int) $appId : 0;
	$this->contextEntity = Helper::getInstance()->getContextAction($id);

	return true;
}