This is being shown in case you have access to the given privilege
Everything inside the
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.
{f:security.ifAccess(privilegeTarget: 'someTarget', parameters: '{param1: \'value1\'}', then: 'has access', else: 'has no access')}
파일 보기
프로젝트 열기: neos/flow-development-collection
1 사용 예제들
메소드 | 설명 | |
---|---|---|
initializeArguments ( ) | Initializes the "then" and "else" arguments | |
render ( ) : string |
renders |
|
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed |
메소드 | 설명 | |
---|---|---|
evaluateCondition ( null $arguments = null, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : boolean | ||
getPrivilegeManager ( |
protected static evaluateCondition ( null $arguments = null, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : boolean | ||
$arguments | null | |
$renderingContext | TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface | |
리턴 | boolean |
protected static getPrivilegeManager ( |
||
$renderingContext | ||
리턴 | Neos\Flow\Security\Authorization\PrivilegeManagerInterface |
public initializeArguments ( ) |