FluidTYPO3\Vhs\ViewHelpers\Math\PowerViewHelper::calculateAction PHP Méthode

calculateAction() protected méthode

protected calculateAction ( mixed $a, mixed $b ) : integer
$a mixed
$b mixed
Résultat integer
    protected function calculateAction($a, $b)
    {
        return pow($a, $b);
    }
PowerViewHelper