PHP Class FluidTYPO3\Vhs\ViewHelpers\Math\AbstractMultipleMathViewHelper

Inheritance: extends AbstractSingleMathViewHelper, use trait FluidTYPO3\Vhs\Traits\ArrayConsumingViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

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

Protected Methods

Method Description
calculate ( mixed $a, mixed $b = null ) : mixed

Method Details

calculate() protected method

protected calculate ( mixed $a, mixed $b = null ) : mixed
$a mixed
$b mixed
return mixed

initializeArguments() public method

public initializeArguments ( ) : void
return void

render() public method

public render ( ) : mixed
return mixed