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

calculateAction() protected méthode

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