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
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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