PHP Class FluidTYPO3\Vhs\ViewHelpers\Math\PowerViewHelper

Performs pow($a, $b) where $a is the base and $b is the exponent.
Inheritance: extends AbstractMultipleMathViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Methods

Method Description
calculateAction ( mixed $a, mixed $b ) : integer

Method Details

calculateAction() protected method

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