PHP Класс Neos\FluidAdaptor\ViewHelpers\Security\IfAuthenticatedViewHelper

= Examples = This is being shown whenever a user is logged in Everything inside the tag is being displayed if you are authenticated with any account. This is being shown in case you have access. This is being displayed in case you do not have access. Everything inside the "then" tag is displayed if you have access. Otherwise, everything inside the "else"-tag is displayed.
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractConditionViewHelper
Показать файл Открыть проект

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

Метод Описание
render ( ) : string renders child if access to the given resource is allowed, otherwise renders child.

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

Метод Описание
evaluateCondition ( null $arguments = null, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : boolean

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

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

protected static evaluateCondition ( null $arguments = null, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : boolean
$arguments null
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface
Результат boolean

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

renders child if access to the given resource is allowed, otherwise renders child.
public render ( ) : string
Результат string the rendered then/else child nodes depending on the access