PHP Class FluidTYPO3\Vhs\ViewHelpers\Resource\ImageViewHelper

Inheritance: extends AbstractImageViewHelper, use trait FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$tagName string name of the tag to be created by this view helper

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize arguments.
render ( ) : string Render method

Method Details

initializeArguments() public méthode

Initialize arguments.
public initializeArguments ( ) : void
Résultat void

render() public méthode

Render method
public render ( ) : string
Résultat string

Property Details

$tagName protected_oe property

name of the tag to be created by this view helper
protected string $tagName
Résultat string