• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/basecomponent.php
  • Класс: BitrixDiskInternalsBaseComponent
  • Вызов: BaseComponent::__construct
public function __construct($component = null)
{
	parent::__construct($component);
	if(!$this->componentId)
	{
		$this->componentId = $this->isAjaxRequest()? randString(7) : $this->randString();
	}

	$this->errorCollection = new ErrorCollection();

	global $APPLICATION;
	$this->application = $APPLICATION;
}