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
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

메소드 설명
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