PHP Class TbHeroUnit

Thanks to Christphe Boulain for suggesting content capturing.
See also:
Inheritance: extends CWidget
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$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.

Public Methods

Method Description
init ( ) ### .init()
run ( ) ### .run()

Method Details

init() public method

Initializes the widget.
public init ( )

run() public method

Runs the widget.
public run ( )

Property Details

$encodeHeading public property

indicates whether to encode the heading.
public $encodeHeading

$heading public property

the heading text.
public $heading

$headingOptions public property

the HTML attributes for the heading element.
Since: 1.0.0
public $headingOptions

$htmlOptions public property

the HTML attributes for the widget container.
public $htmlOptions