string
— holds the template of each calculated type
$template
$template : string
Type
string
— the template to display label and value of the operation at the summary
$types
$types : array
Type
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.
<pre>
'types' => array(
'0' => array('label' => 'zeros'),
'1' => array('label' => 'ones'),
'2' => array('label' => 'twos')
</pre>