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
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void
render ( ) : mixed

Protected Methods

Method Description
calculateAction ( mixed $a, mixed $b ) : mixed

Method Details

calculateAction() protected method

protected calculateAction ( mixed $a, mixed $b ) : mixed
$a mixed
$b mixed
return mixed

initializeArguments() public method

public initializeArguments ( ) : void
return void

render() public method

public render ( ) : mixed
return mixed