PHP Class FluidTYPO3\Vhs\ViewHelpers\Math\ModuloViewHelper

If $a and $b are both arrays of the same size then modulo is performed on $a using members of $b, by their index (so these must match in both arrays). If $a is an array and $b is a number then modulo is performed on $a using $b for each calculation. If $a and $b are both numbers simple modulo is performed.
Inheritance: extends AbstractMultipleMathViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Methods

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

Method Details

calculateAction() protected method

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