Property | Type | Description | |
---|---|---|---|
$supportedTypes | array | the supported type of values | |
$total | float | the total sum |
Method | Description | |
---|---|---|
displaySummary ( ) : mixed | void | Displays the summary | |
init ( ) | Widget's initialization method | |
processValue ( $value ) : mixed | void | Process the value to calculate |
Method | Description | |
---|---|---|
extractNumber ( integer $value ) : boolean | Extracts the digital part of the calculated value. |
public displaySummary ( ) : mixed | void | ||
return | mixed | void |
protected extractNumber ( integer $value ) : boolean | ||
$value | integer | |
return | boolean |
public processValue ( $value ) : mixed | void | ||
$value | ||
return | mixed | void |
protected array $supportedTypes | ||
return | array |