• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/field.php
  • Класс: BitrixSeoLeadAdsField
  • Вызов: Field::__construct
public function __construct(
	string $type = self::TYPE_INPUT,
	?string $name = null,
	?string $label = null,
	?string $key = null,
	array $options = []
)
{
	$this->type = $type;
	$this->name = $name;
	$this->label = $label;
	$this->key = $key;
	$this->setOptions($options);
}