PermissionsViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.beuser.s.permissions>
FinalYes
Render permission icon group (user / group / others) of the "Access" module.
Most of that could be done in fluid directly, but this ViewHelper is much better performance wise.
Table of Contents
Constants
- MASKS = [1, 16, 2, 4, 8]
Properties
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
- getLanguageService() : LanguageService
- resolvePermissionLabel() : string
Constants
MASKS
protected
mixed
MASKS
= [1, 16, 2, 4, 8]
Properties
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(IconFactory $iconFactory, FrontendInterface $cachePermissionLabels) : mixed
Parameters
- $iconFactory : IconFactory
- $cachePermissionLabels : FrontendInterface
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string
Return values
stringgetLanguageService()
protected
getLanguageService() : LanguageService
Return values
LanguageServiceresolvePermissionLabel()
protected
resolvePermissionLabel(int $mask) : string
Parameters
- $mask : int