• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/workflow/template/sourcetype.php
  • Класс: BitrixBizprocWorkflowTemplateSourceType
  • Вызов: SourceType::isType
static function isType($type)
{
	$ref = new ReflectionClass(__CLASS__);
	$constants = array_flip($ref->getConstants());

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