PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Math\DivisionViewHelper

Performs division of $a using $b. A can be an array and $b a number, in which case each member of $a gets divided by $b. If both $a and $b are arrays, each member of $a is summed against the corresponding member in $b compared using index.
상속: extends AbstractMultipleMathViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 메소드들

메소드 설명
calculateAction ( mixed $a, mixed $b ) : mixed

메소드 상세

calculateAction() 보호된 메소드

protected calculateAction ( mixed $a, mixed $b ) : mixed
$a mixed
$b mixed
리턴 mixed