PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\ExistsViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize arguments

Méthodes protégées

Méthode Description
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.

Method Details

evaluateCondition() protected static méthode

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.
Résultat boolean

initializeArguments() public méthode

Initialize arguments
public initializeArguments ( ) : void
Résultat void