LinkViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:be.link>
FinalYes
ViewHelper for creating URIs to backend modules.
<f:be.link route="web_ts" parameters="{id: 92}">Go to web_ts</f:be.link>
Tags
Table of Contents
Properties
- $tagName : string
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
__construct()
public
__construct(UriBuilder $uriBuilder) : mixed
Parameters
- $uriBuilder : UriBuilder
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string