PHP 클래스 TbPercentOfTypeEasyPieOperation

Displays an chart based on jquery.easy.pie plugin
상속: extends TbPercentOfTypeOperation
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$chartCssClass string the class of the layer containing the class
$chartOptions @see https://github.com/rendro/easy-pie-chart#configuration-parameter
$template string
$typeTemplate string

공개 메소드들

메소드 설명
displaySummary ( ) : mixed | void

보호된 메소드들

메소드 설명
registerClientScripts ( ) Register required scripts

메소드 상세

displaySummary() 공개 메소드

또한 보기: TbOperation
public displaySummary ( ) : mixed | void
리턴 mixed | void

registerClientScripts() 보호된 메소드

Register required scripts
protected registerClientScripts ( )

프로퍼티 상세

$chartCssClass 공개적으로 프로퍼티

the class of the layer containing the class
public string $chartCssClass
리턴 string

$chartOptions 공개적으로 프로퍼티

@see https://github.com/rendro/easy-pie-chart#configuration-parameter
public $chartOptions

$template 공개적으로 프로퍼티

또한 보기: TbOperation
public string $template
리턴 string

$typeTemplate 공개적으로 프로퍼티

또한 보기: parent class
public string $typeTemplate
리턴 string