PHP Class FluidTYPO3\Vhs\ViewHelpers\Condition\Form\HasValidatorViewHelper

Takes a property (dotted path supported) and renders the then-child if the property at the given path has any
Author: Claus Due ([email protected])
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Mostrar archivo Open project: fluidtypo3/vhs Class Usage Examples

Protected Properties

Property Type Description
$staticReflectionService TYPO3\CMS\Extbase\Reflection\ReflectionService

Public Methods

Method Description
initializeArguments ( ) Initialize

Protected Methods

Method Description
evaluateCondition ( array $arguments = null ) : boolean
getFormObject ( TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainer $viewHelperVariableContainer, string $formClassName = FormViewHelper::class ) : TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface | null

Method Details

evaluateCondition() protected static method

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
return boolean

getFormObject() protected static method

protected static getFormObject ( TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainer $viewHelperVariableContainer, string $formClassName = FormViewHelper::class ) : TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface | null
$viewHelperVariableContainer TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainer
$formClassName string
return TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface | null

initializeArguments() public method

Initialize
public initializeArguments ( )

Property Details

$staticReflectionService protected_oe static_oe property

protected static ReflectionService,TYPO3\CMS\Extbase\Reflection $staticReflectionService
return TYPO3\CMS\Extbase\Reflection\ReflectionService