PHP 클래스 Sulu\Bundle\MediaBundle\Content\MediaSelectionContainer

상속: implements Sulu\Component\Util\ArrayableInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $config, $displayOption, $ids, $locale, $types, $mediaManager )
__get ( $name )
__isset ( $name )
getConfig ( ) : array
getData ( ) : Media[] returns data of container.
getDisplayOption ( ) : mixed
getIds ( ) : string[] returns ids of container.
getTypes ( ) : string
toArray ( $depth = null )

비공개 메소드들

메소드 설명
loadData ( string $locale ) : Media[]

메소드 상세

__construct() 공개 메소드

public __construct ( $config, $displayOption, $ids, $locale, $types, $mediaManager )

__get() 공개 메소드

public __get ( $name )

__isset() 공개 메소드

public __isset ( $name )

getConfig() 공개 메소드

public getConfig ( ) : array
리턴 array

getData() 공개 메소드

returns data of container.
public getData ( ) : Media[]
리턴 Sulu\Bundle\MediaBundle\Api\Media[]

getDisplayOption() 공개 메소드

public getDisplayOption ( ) : mixed
리턴 mixed

getIds() 공개 메소드

returns ids of container.
public getIds ( ) : string[]
리턴 string[]

getTypes() 공개 메소드

public getTypes ( ) : string
리턴 string

toArray() 공개 메소드

public toArray ( $depth = null )