• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/integration/controller/base.php
  • Класс: BitrixRestIntegrationControllerBase
  • Вызов: Base::checkPermissionEntity
protected function checkPermissionEntity($name, $arguments=[])
{
	throw new NotImplementedException('Check permission entity. The method '.$name.' is not implemented.');
}