Property | Type | Description | |
---|---|---|---|
$breadcrumbs | Хлебные крошки сайта, меняется в админке | ||
$canonical | null | Canonical url | |
$description | |||
$headerTypeId | integer | Тип заголовка, подробнее в yupe\components\ContentType | |
$keywords | |||
$layout | |||
$menu | Contains data for "CMenu" widget (provides view for menu on the site) | ||
$title | |||
$yupe | YupeModule |
Method | Description | |
---|---|---|
disableProfilers ( ) | Отключение всех профайлеров и логгеров, используется, например при загрузке файлов | |
init ( ) : void | Функция инициализации контроллера: | |
isMultilang ( ) : boolean | Функци определяющая мультиязычность: | |
processOutput ( string $output ) : string | Действие обработки вывода: | |
setDescription ( string $value ) | For backward capability | |
setKeywords ( string $value ) | For backward capability | |
widget ( string $className, mixed $properties = [], boolean $captureOutput = false ) : mixed | Функция отрисовки виджета: |
Method | Description | |
---|---|---|
badRequest ( null $message = null, integer $error = 400 ) : mixed |
public disableProfilers ( ) |
public isMultilang ( ) : boolean | ||
return | boolean |
public processOutput ( string $output ) : string | ||
$output | string | - буфер для вывода |
return | string | родительский вызов processOutput |
public setDescription ( string $value ) | ||
$value | string |
public setKeywords ( string $value ) | ||
$value | string |
public widget ( string $className, mixed $properties = [], boolean $captureOutput = false ) : mixed | ||
$className | string | - имя класса |
$properties | mixed | - параметры |
$captureOutput | boolean | - требуется ли "захват" вывода виджета |
return | mixed | Инстанс виджета в случае, когда $captureOutput является ложным, или вывод виджета, когда $captureOutput - истина |
public int $headerTypeId | ||
return | integer |