PHP Class TbPercentOfTypeOperation

Inheritance: extends TbCountOfTypeOperation
Afficher le fichier Open project: yinhe/yincart Class Usage Examples

Méthodes publiques

Свойство Type Description
$typeTemplate string

Protected Properties

Свойство Type Description
$_total integer holds the total sum of the values. Required to get the percentage.

Méthodes publiques

Méthode Description
displaySummary ( ) : mixed | void

Méthodes protégées

Méthode Description
getTotal ( ) : integer Returns the total of types

Method Details

displaySummary() public méthode

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

getTotal() protected méthode

Returns the total of types
protected getTotal ( ) : integer
Résultat integer holds

Property Details

$_total protected_oe property

holds the total sum of the values. Required to get the percentage.
protected int $_total
Résultat integer

$typeTemplate public_oe property

See also: TbCountOfTypeOperation
public string $typeTemplate
Résultat string