• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/bizproctype/usertypepropertyemployee.php
  • Класс: BitrixIblockBizprocTypeUserTypePropertyEmployee
  • Вызов: UserTypePropertyEmployee::isCompatibleMode
static function isCompatibleMode()
	{
		if (static::$isCompatible === null)
		{
			static::$isCompatible = ConfigOption::get('bizproc', 'employee_compatible_mode', 'N') == 'Y';
		}
		return static::$isCompatible;
	}