PHP 클래스 TbHeroUnit

Thanks to Christphe Boulain for suggesting content capturing.
또한 보기:
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$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