• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/database/helper/common.php
  • Класс: BitrixTasksInternalsDataBaseHelperis
  • Вызов: is::checkIsType
static function checkIsType($type)
{
	if((string) $type === '')
	{
		return false;
	}

	return ToUpper(MainHttpApplication::getConnection()->getType()) == ToUpper((string) $type);
}