PageInfoViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:be.pageinfo>
FinalYes
ViewHelper which returns the page info icon as known from TYPO3 backend modules.
<f:be.pageInfo />
Note: This ViewHelper is experimental!
Tags
Table of Contents
Properties
- $escapeOutput : bool
- This ViewHelper renders HTML, thus output must not be escaped
Methods
- __construct() : mixed
- render() : string
Properties
$escapeOutput
This ViewHelper renders HTML, thus output must not be escaped
protected
bool
$escapeOutput
= false
Methods
__construct()
public
__construct(IconFactory $iconFactory) : mixed
Parameters
- $iconFactory : IconFactory
render()
public
render() : string