...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/documentservice.php
- Класс: CBPDocumentService
- Вызов: CBPDocumentService::getAllowableOperations
public function getAllowableOperations($parameterDocumentType) { [$moduleId, $entity, $documentType] = CBPHelper::ParseDocumentId($parameterDocumentType); if ($moduleId) { CModule::IncludeModule($moduleId); } if (class_exists($entity)) return call_user_func_array(array($entity, "GetAllowableOperations"), array($documentType)); return array(); }