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')}
Показать файл
Открыть проект
Примеры использования класса
Метод | Описание | |
---|---|---|
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 ( ) |
public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed | ||
$arguments | array | |
$renderChildrenClosure | Closure | |
$renderingContext | TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface | |
Результат | mixed |