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
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void

Protected Methods

Method Description
calculateAction ( mixed $a ) : integer

Method Details

calculateAction() protected method

protected calculateAction ( mixed $a ) : integer
$a mixed
return integer

initializeArguments() public method

public initializeArguments ( ) : void
return void