OrganizationCriterion::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. OrganizationCriterion
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/criterionregistrar/decorator/organizationcriterion.php
  • Класс: Bitrix\Crm\Integrity\CriterionRegistrar\Decorator\OrganizationCriterion
  • Вызов: OrganizationCriterion::__construct
public function __construct(CriterionRegistrar $wrappee, string $companyTitleFieldName)
{
	parent::__construct($wrappee);

	$this->companyTitleFieldName = $companyTitleFieldName;
}

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