Fields::isTypeHasLabel

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Fields
  4. isTypeHasLabel
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/options/fields.php
  • Класс: Bitrix\Crm\WebForm\Options\Fields
  • Вызов: Fields::isTypeHasLabel
static function isTypeHasLabel($type)
{
	return !in_array($type, ['br', 'hr']);
}

Добавить комментарий