SwitchUserViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.beuser.s.switchuser>
FinalYes
ViewHelper to displays a 'SwitchUser' button to change the current backend user to the target backend user.
<beuser:SwitchUser class="btn btn-default" backendUser="{backendUser}" />
Table of Contents
Properties
- $tagName : string
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'typo3-backend-switch-user'
Methods
__construct()
public
__construct(IconFactory $iconFactory) : mixed
Parameters
- $iconFactory : IconFactory
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string