PHP Trait FluidTYPO3\Vhs\Traits\BasicViewHelperTrait

Trait implemented by ViewHelpers which require access to generic functions. Has the following main responsibilities: - generic method to get either an argument or if that argument is not specified, retrieve the tag contents.
Datei anzeigen Open project: fluidtypo3/vhs

Protected Methods

Method Description
getArgumentFromArgumentsOrTagContent ( string $argumentName ) : mixed Retrieve an argument either from arguments if specified there, else from tag content.

Method Details

getArgumentFromArgumentsOrTagContent() protected method

Retrieve an argument either from arguments if specified there, else from tag content.
protected getArgumentFromArgumentsOrTagContent ( string $argumentName ) : mixed
$argumentName string
return mixed