PHP Class FluidTYPO3\Vhs\ViewHelpers\Media\GravatarViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$tagName string

Public Methods

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

Private Methods

Method Description
checkArgument ( $argument ) : mixed Check if an argument is passed

Method Details

initializeArguments() public method

Size argument has no default value to prevent the creation of an unnecessary URI parameter.
public initializeArguments ( ) : void
return void

render() public method

Render method
public render ( ) : string
return string

Property Details

$tagName protected_oe property

protected string $tagName
return string