CBPRuntime::getService

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPRuntime
  4. getService
  • Модуль: 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;
}

Добавить комментарий