• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/model.php
  • Класс: BitrixDiskInternalsModel
  • Вызов: Model::__construct
protected function __construct(array $attributes = array())
{
	$this->errorCollection = new ErrorCollection;
	$this->extra = new Dictionary;

	$this->setAttributes($attributes);

	$this->init();
}