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
파일 보기 프로젝트 열기: fluidtypo3/vhs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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