PHP Класс 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.
Наследование: extends AbstractMultipleMathViewHelper
Показать файл Открыть проект

Защищенные методы

Метод Описание
calculateAction ( mixed $a, mixed $b ) : integer

Описание методов

calculateAction() защищенный Метод

protected calculateAction ( mixed $a, mixed $b ) : integer
$a mixed
$b mixed
Результат integer