PHP Class Sulu\Bundle\MediaBundle\Entity\CollectionMeta

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
getCollection ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface Get collection.
getDescription ( ) : string Get description.
getId ( ) : integer Get id.
getLocale ( ) : string Get locale.
getTitle ( ) : string Get title.
setCollection ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $collection ) : CollectionMeta Set collection.
setDescription ( string $description ) : CollectionMeta Set description.
setLocale ( string $locale ) : CollectionMeta Set locale.
setTitle ( string $title ) : CollectionMeta Set title.

Method Details

getCollection() public method

Get collection.
public getCollection ( ) : Sulu\Bundle\MediaBundle\Entity\CollectionInterface
return Sulu\Bundle\MediaBundle\Entity\CollectionInterface

getDescription() public method

Get description.
public getDescription ( ) : string
return string

getId() public method

Get id.
public getId ( ) : integer
return integer

getLocale() public method

Get locale.
public getLocale ( ) : string
return string

getTitle() public method

Get title.
public getTitle ( ) : string
return string

setCollection() public method

Set collection.
public setCollection ( Sulu\Bundle\MediaBundle\Entity\CollectionInterface $collection ) : CollectionMeta
$collection Sulu\Bundle\MediaBundle\Entity\CollectionInterface
return CollectionMeta

setDescription() public method

Set description.
public setDescription ( string $description ) : CollectionMeta
$description string
return CollectionMeta

setLocale() public method

Set locale.
public setLocale ( string $locale ) : CollectionMeta
$locale string
return CollectionMeta

setTitle() public method

Set title.
public setTitle ( string $title ) : CollectionMeta
$title string
return CollectionMeta