PHP Трейт 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.
Показать файл Открыть проект

Защищенные методы

Метод Описание
getArgumentFromArgumentsOrTagContent ( string $argumentName ) : mixed Retrieve an argument either from arguments if specified there, else from tag content.

Описание методов

getArgumentFromArgumentsOrTagContent() защищенный метод

Retrieve an argument either from arguments if specified there, else from tag content.
protected getArgumentFromArgumentsOrTagContent ( string $argumentName ) : mixed
$argumentName string
Результат mixed