PHP Class FluidTYPO3\Vhs\ViewHelpers\TagViewHelper

Creates one HTML tag of any type, with various properties like class and ID applied only if arguments are not empty, rather than apply them always - empty or not - if provided.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper, use trait FluidTYPO3\Vhs\Traits\TagViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void
render ( ) : string

Method Details

initializeArguments() public method

public initializeArguments ( ) : void
return void

render() public method

public render ( ) : string
return string