LinkViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:be.link>
FinalYes
A ViewHelper for creating URIs to modules.
Examples
URI to the web_ts module on page 92::
<f:be.link route="web_ts" parameters="{id: 92}">Go to web_ts</f:be.link>
<a href="/typo3/module/web/ts?token=b6e9c9f&id=92">Go to web_ts</a>
Table of Contents
Properties
- $tagName : string
Methods
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string