PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\PictureViewHelper

### Example ### Browser Support To have the widest Browser-Support you should consider using a polyfill like: http://scottjehl.github.io/picturefill/
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
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