PHP Class FluidTYPO3\Vhs\ViewHelpers\Math\RoundViewHelper

Rounds off $a which can be either an array-accessible value (Iterator+ArrayAccess || array) or a raw numeric value.
Inheritance: extends AbstractSingleMathViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( ) : void

Méthodes protégées

Méthode Description
calculateAction ( mixed $a ) : integer

Method Details

calculateAction() protected méthode

protected calculateAction ( mixed $a ) : integer
$a mixed
Résultat integer

initializeArguments() public méthode

public initializeArguments ( ) : void
Résultat void