PHP Class Sulu\Bundle\MediaBundle\Entity\MediaType

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : MediaType Add media.
getDescription ( ) : string Get description.
getId ( ) : integer Get id.
getMedia ( ) : Doctrine\Common\Collections\Collection Get media.
getName ( ) : string Get name.
removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) Remove media.
setDescription ( string $description ) : MediaType Set description.
setId ( integer $id ) To force id = 1 in load fixtures.
setName ( string $name ) : MediaType Set name.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addMedia() public méthode

Add media.
public addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : MediaType
$media Sulu\Bundle\MediaBundle\Entity\MediaInterface
Résultat MediaType

getDescription() public méthode

Get description.
public getDescription ( ) : string
Résultat string

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getMedia() public méthode

Get media.
public getMedia ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

removeMedia() public méthode

Remove media.
public removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media )
$media Sulu\Bundle\MediaBundle\Entity\MediaInterface

setDescription() public méthode

Set description.
public setDescription ( string $description ) : MediaType
$description string
Résultat MediaType

setId() public méthode

To force id = 1 in load fixtures.
public setId ( integer $id )
$id integer

setName() public méthode

Set name.
public setName ( string $name ) : MediaType
$name string
Résultat MediaType