• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/fieldtype.php
  • Класс: BitrixBizprocFieldType
  • Вызов: FieldType::getBaseType
public function getBaseType()
{
	$class = $this->typeClass;
	return $class::getType();
}