PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Media\AbstractMediaViewHelper

상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$mediaSource string

공개 메소드들

메소드 설명
getSourcesFromArgument ( ) : array Returns an array of sources resolved from src argument which can be either an array, CSV or implement Traversable to be consumed by ViewHelpers handling multiple sources.
initializeArguments ( ) : void Initialize arguments.
preprocessSourceUri ( string $src ) : string Turns a relative source URI into an absolute URL if required

메소드 상세

getSourcesFromArgument() 공개 메소드

Returns an array of sources resolved from src argument which can be either an array, CSV or implement Traversable to be consumed by ViewHelpers handling multiple sources.
public getSourcesFromArgument ( ) : array
리턴 array

initializeArguments() 공개 메소드

Initialize arguments.
public initializeArguments ( ) : void
리턴 void

preprocessSourceUri() 공개 메소드

Turns a relative source URI into an absolute URL if required
public preprocessSourceUri ( string $src ) : string
$src string
리턴 string

프로퍼티 상세

$mediaSource 보호되어 있는 프로퍼티

protected string $mediaSource
리턴 string