PHP Класс FluidTYPO3\Vhs\ViewHelpers\Math\ProductViewHelper

Product (multiplication) of $a and $b. A can be an array and $b a number, in which case each member of $a gets multiplied by $b. If $a is an array and $b is not provided then array_product is used to return a single numeric value. If both $a and $b are arrays, each member of $a is multiplied against the corresponding member in $b compared using index.
Наследование: extends AbstractMultipleMathViewHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
render ( ) : mixed

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

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

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

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

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

render() публичный Метод

public render ( ) : mixed
Результат mixed