PHP Класс 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
Автор: Claus Due ([email protected])
Наследование: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$staticReflectionService TYPO3\CMS\Extbase\Reflection\ReflectionService

Открытые методы

Метод Описание
initializeArguments ( ) Initialize

Защищенные методы

Метод Описание
evaluateCondition ( array $arguments = null ) : boolean
getFormObject ( TYPO3\CMS\Fluid\Core\ViewHelper\ViewHelperVariableContainer $viewHelperVariableContainer, string $formClassName = FormViewHelper::class ) : TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface | null

Описание методов

evaluateCondition() защищенный статический Метод

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
Результат boolean

getFormObject() защищенный статический Метод

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
Результат TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface | null

initializeArguments() публичный Метод

Initialize
public initializeArguments ( )

Описание свойств

$staticReflectionService защищенное статическое свойство

protected static ReflectionService,TYPO3\CMS\Extbase\Reflection $staticReflectionService
Результат TYPO3\CMS\Extbase\Reflection\ReflectionService