PHP Class FluidTYPO3\Vhs\ViewHelpers\Resource\ImageViewHelper

Inheritance: extends AbstractImageViewHelper, use trait FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$tagName string name of the tag to be created by this view helper

Public Methods

Method Description
initializeArguments ( ) : void Initialize arguments.
render ( ) : string Render method

Method Details

initializeArguments() public method

Initialize arguments.
public initializeArguments ( ) : void
return void

render() public method

Render method
public render ( ) : string
return string

Property Details

$tagName protected_oe property

name of the tag to be created by this view helper
protected string $tagName
return string