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
Показать файл Открыть проект

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

Метод Описание
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