PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Extension\LoadedViewHelper

Condition to check if an extension is loaded.
저자: Claus Due ([email protected])
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

메소드 설명
initializeArguments ( ) Initialize arguments

보호된 메소드들

메소드 설명
evaluateCondition ( array $arguments = null ) : boolean This method decides if the condition is TRUE or FALSE. It can be overriden in extending viewhelpers to adjust functionality.

메소드 상세

evaluateCondition() 보호된 정적인 메소드

This method decides if the condition is TRUE or FALSE. It can be overriden in extending viewhelpers to adjust functionality.
protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array ViewHelper arguments to evaluate the condition for this ViewHelper, allows for flexiblity in overriding this method.
리턴 boolean

initializeArguments() 공개 메소드

Initialize arguments
public initializeArguments ( )