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

calculateAction() protected méthode

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