PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Security\DenyViewHelper

Denies access to the child content based on given arguments. The ViewHelper is a condition based ViewHelper which means it supports the f:then and f:else child nodes. Is the mirror opposite of v:security.allow.
상속: extends AbstractSecurityViewHelper, implements TYPO3\CMS\Fluid\Core\ViewHelper\Facets\ChildNodeAccessInterface
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 메소드들

메소드 설명
evaluateCondition ( array | null $arguments = null ) : boolean Overridden condition evaluation - full negation of verdict

메소드 상세

evaluateCondition() 보호된 정적인 메소드

Overridden condition evaluation - full negation of verdict
protected static evaluateCondition ( array | null $arguments = null ) : boolean
$arguments array | null
리턴 boolean