AddressField::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. AddressField
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/type/addressfield.php
  • Класс: Bitrix\Crm\Integrity\Volatile\Type\AddressField
  • Вызов: AddressField::__construct
public function __construct(int $volatileTypeId, int $entityTypeId)
{
	parent::__construct($volatileTypeId, $entityTypeId);
	$this->fieldCategory = FieldCategory::ADDRESS;
}

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