• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/internals/error/errorcollection.php
  • Класс: BitrixForumInternalsErrorErrorCollection
  • Вызов: ErrorCollection::__construct
public function __construct(array $values = null)
{
	if($values)
	{
		foreach($values as $value)
		{
			$this->checkType($value);
		}
	}
	unset($value);

	parent::__construct($values);
}