PHP Class WhPercentOfTypeEasyPieOperation

Displays an chart based on jquery.easy.pie plugin
Author: Antonio Ramirez ([email protected])
Inheritance: extends WhPercentOfTypeOperation
Show file Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$chartCssClass string the class of the layer containing the class
$chartOptions the easy-pie-chart plugin configuration options
$template string
$typeTemplate string

Public Methods

Method Description
displaySummary ( ) : mixed | void
init ( ) Widget's initialization widget

Protected Methods

Method Description
registerClientScripts ( ) Register required scripts

Method Details

displaySummary() public method

See also: WhOperation
public displaySummary ( ) : mixed | void
return mixed | void

init() public method

Widget's initialization widget
public init ( )

registerClientScripts() protected method

Register required scripts
protected registerClientScripts ( )

Property Details

$chartCssClass public property

the class of the layer containing the class
public string $chartCssClass
return string

$chartOptions public property

the easy-pie-chart plugin configuration options
See also: https://github.com/rendro/easy-pie-chart#configuration-parameter
public $chartOptions

$template public property

See also: TbOperation
public string $template
return string

$typeTemplate public property

See also: parent class
public string $typeTemplate
return string