• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Mode.php
  • Класс: BitrixBizprocDebuggerSessionMode
  • Вызов: Mode::isMode
static function isMode($mode): bool
{
	$ref =  new ReflectionClass(__CLASS__);
	$constants = array_flip($ref->getConstants());

	return isset($constants[$mode]);
}