Manager::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. vote
  3. Manager
  4. __construct
  • Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/uf/manager.php
  • Класс: Bitrix\Vote\Uf\Manager
  • Вызов: Manager::__construct
public function __construct(array $params)
{
	$this->params = $params;
	$this->params['ENTITY_VALUE_ID'] = $this->params['ENTITY_VALUE_ID'] ?? null;
	$this->params['VALUE_ID'] = $this->params['VALUE_ID'] ?? null;
	$this->errorCollection = new ErrorCollection();
}

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