PHP Класс TbHeroUnit

Thanks to Christphe Boulain for suggesting content capturing.
См. также:
Наследование: extends CWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$encodeHeading indicates whether to encode the heading.
$heading the heading text.
$headingOptions the HTML attributes for the heading element.
$htmlOptions the HTML attributes for the widget container.

Открытые методы

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$encodeHeading публичное свойство

indicates whether to encode the heading.
public $encodeHeading

$heading публичное свойство

the heading text.
public $heading

$headingOptions публичное свойство

the HTML attributes for the heading element.
С версии: 1.0.0
public $headingOptions

$htmlOptions публичное свойство

the HTML attributes for the widget container.
public $htmlOptions