• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/component/baseufcomponent.php
  • Класс: BitrixMainComponentBaseUfComponent
  • Вызов: BaseUfComponent::getHtmlBuilder
public function getHtmlBuilder()
{
	if(!array_key_exists(static::getUserTypeId(), self::$htmlBuilder))
	{
		$this->setHtmlBuilder(new HtmlBuilder(static::getUserTypeId()));
	}

	return self::$htmlBuilder[static::getUserTypeId()];
}