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

calculateAction() protected method

protected calculateAction ( mixed $a, mixed $b ) : mixed
$a mixed
$b mixed
return mixed
    protected function calculateAction($a, $b)
    {
        return $a * $b;
    }
ProductViewHelper