SpriteIconForRecordViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.beuser.s.spriteiconforrecord>
FinalYes
ViewHelper to display a sprite icon for a record (object).
<beuser:spriteIconForRecord table="be_groups" object="{backendUserGroup}" />
Table of Contents
Properties
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
- Displays spriteIcon for database table and object
Properties
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(IconFactory $iconFactory) : mixed
Parameters
- $iconFactory : IconFactory
initializeArguments()
public
initializeArguments() : void
render()
Displays spriteIcon for database table and object
public
render() : string