• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/engine/checkpermissions.php
  • Класс: BitrixDocumentGeneratorEngineCheckPermissions
  • Вызов: CheckPermissions::__construct
public function __construct($entity, $actionType = null)
{
	parent::__construct();
	$this->entity = $entity;
	$this->actionType = $actionType;
}