• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userlist.php
  • Класс: BitrixIntranetComponentUserList
  • Вызов: UserList::addError
protected function addError(Error $error)
{
	$this->errorCollection[] = $error;

	return $this;
}