...Человеческий поиск в разработке...
- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/runtime.php
- Класс: CBPRuntime
- Вызов: CBPRuntime::getService
public function getService($name) { if (array_key_exists($name, $this->services)) { return $this->services[$name]; } return null; }