• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/field.php
  • Класс: BitrixLandingField
  • Вызов: Field::getType
public function getType()
{
	$class = explode('\', get_called_class());
	return mb_strtolower(array_pop($class));
}