PHP Class FluidTYPO3\Vhs\ViewHelpers\Condition\String\IsUppercaseViewHelper

Condition ViewHelper which renders the then child if provided string is uppercase. By default only the first letter is tested. To test the full string set $fullString to TRUE.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( ) Initialize arguments

Méthodes protégées

Méthode Description
evaluateCondition ( array $arguments = null ) : boolean

Method Details

evaluateCondition() protected static méthode

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
Résultat boolean

initializeArguments() public méthode

Initialize arguments
public initializeArguments ( )