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.
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 메소드들

메소드 설명
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