PermissionsViewHelper extends AbstractViewHelper

FinalYes

ViewHelper to render a permission icon group (user / group / others) of the "Access" module, using native PHP instead of Fluid for performance reasons.

  <beuser:permissions permission="{data.row.perms_user}" scope="user" pageId="{data.row.uid}" />
Internal

Table of Contents

Properties

$escapeOutput  : bool
As this ViewHelper renders HTML, the output must not be escaped.

Methods

__construct()  : mixed
initializeArguments()  : void
render()  : string

Properties

$escapeOutput

As this ViewHelper renders HTML, the output must not be escaped.

protected bool $escapeOutput = false

Methods

initializeArguments()

public initializeArguments() : void

render()

public render() : string
Return values
string

        
On this page

Search results