Property | Type | Description | |
---|---|---|---|
$template | string | ||
$typeTemplate | string | holds the template of each calculated type | |
$types | array | hold the configuration of types to calculate. The configuration is set by an array which keys
are the value types to count. You can set their 'label' independently.
'types' => array( '0' => array('label' => 'zeros'), '1' => array('label' => 'ones'), '2' => array('label' => 'twos') |
Method | Description | |
---|---|---|
displaySummary ( ) : mixed | void | (no phpDoc) | |
init ( ) | Widget's initialization | |
processValue ( $value ) : mixed | void | (no phpDoc) |
public displaySummary ( ) : mixed | void | ||
return | mixed | void |
public processValue ( $value ) : mixed | void | ||
$value | ||
return | mixed | void |
public string $typeTemplate | ||
return | string |
'types' => array( '0' => array('label' => 'zeros'), '1' => array('label' => 'ones'), '2' => array('label' => 'twos')
public array $types | ||
return | array |