PHP Class TbPercentOfTypeEasyPieOperation

Displays an chart based on jquery.easy.pie plugin
Inheritance: extends TbPercentOfTypeOperation
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
displaySummary ( ) : mixed | void

Méthodes protégées

Méthode Description
registerClientScripts ( ) Register required scripts

Method Details

displaySummary() public méthode

See also: TbOperation
public displaySummary ( ) : mixed | void
Résultat mixed | void

registerClientScripts() protected méthode

Register required scripts
protected registerClientScripts ( )

Property Details

$chartCssClass public_oe property

the class of the layer containing the class
public string $chartCssClass
Résultat string

$chartOptions public_oe property

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

$template public_oe property

See also: TbOperation
public string $template
Résultat string

$typeTemplate public_oe property

See also: parent class
public string $typeTemplate
Résultat string