PHP Class FluidTYPO3\Vhs\ViewHelpers\Math\MaximumViewHelper

Gets the highest number in array $a or the highest number of numbers $a and $b.
Inheritance: extends AbstractMultipleMathViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( ) : void
render ( ) : mixed

Méthodes protégées

Méthode Description
calculateAction ( mixed $a, mixed $b ) : mixed

Method Details

calculateAction() protected méthode

protected calculateAction ( mixed $a, mixed $b ) : mixed
$a mixed
$b mixed
Résultat mixed

initializeArguments() public méthode

public initializeArguments ( ) : void
Résultat void

render() public méthode

public render ( ) : mixed
Résultat mixed