FileViewHelper extends AbstractTagBasedViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:link.file>
FinalYes
ViewHelper for creating links to a file (FAL).
<f:link.file file="{file}" target="_blank" download="true" filename="some-file.pdf">See file</f:link.file>
Tags
Table of Contents
Properties
- $tagName : string
Methods
- __construct() : mixed
- initializeArguments() : void
- render() : string
Properties
$tagName
protected
string
$tagName
= 'a'
Methods
__construct()
public
__construct(HashService $hashService) : mixed
Parameters
- $hashService : HashService
initializeArguments()
public
initializeArguments() : void
render()
public
render() : string