FluidTYPO3\Vhs\ViewHelpers\Math\CubeViewHelper::calculateAction PHP Method

calculateAction() protected method

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