PHP Class Sulu\Bundle\MediaBundle\Content\MediaSelectionContainer

Inheritance: implements Sulu\Component\Util\ArrayableInterface
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Private Methods

Méthode Description
loadData ( string $locale ) : Media[]

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

getConfig() public méthode

public getConfig ( ) : array
Résultat array

getData() public méthode

returns data of container.
public getData ( ) : Media[]
Résultat Sulu\Bundle\MediaBundle\Api\Media[]

getDisplayOption() public méthode

public getDisplayOption ( ) : mixed
Résultat mixed

getIds() public méthode

returns ids of container.
public getIds ( ) : string[]
Résultat string[]

getTypes() public méthode

public getTypes ( ) : string
Résultat string

toArray() public méthode

public toArray ( $depth = null )