• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/fieldtype.php
  • Класс: BitrixBizprocFieldType
  • Вызов: FieldType::getType
public function getType()
{
	return isset($this->property['Type']) ? $this->property['Type'] : null;
}