• Модуль: form
  • Путь к файлу: ~/bitrix/modules/form/classes/general/form_callformfield.php
  • Класс: CAllFormField
  • Вызов: CAllFormField::GetTypeList
static function GetTypeList()
{
	$arr = array(
		"reference_id" => array(
			"text",
			"integer",
			"date"),
		"reference" => array(
			GetMessage("FORM_FIELD_TEXT"),
			GetMessage("FORM_FIELD_INTEGER"),
			GetMessage("FORM_FIELD_DATE")
			)
		);
	return $arr;
}