PHP Class Newscoop\Entity\Playlist

Inheritance: extends AbstractEntity
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$articles
$articlesLink string Link to topic articles resource.
$articlesModificationTime utcdatetime
$id integer
$maxItems integer
$name string
$notes string
$themes

Méthodes publiques

Méthode Description
getArticlesLink ( ) : string Get link to topic articles resource.
getArticlesModificationTime ( ) : integer Gets the value of articlesModificationTime.
getMaxItems ( ) : integer Gets the value of maxItems.
getName ( ) Returns the name of the playlist.
getNotes ( ) : string Gets the value of notes.
getThemes ( ) : string Provides the themes attached to playlist.
getTitle ( ) Returns the name of the playlist.
setArticlesLink ( string $articlesLink ) Set link to topic articles resource.
setArticlesModificationTime ( DateTime $articlesModificationTime ) : self Sets the value of articlesModificationTime.
setMaxItems ( integer $maxItems ) : self Sets the value of maxItems.
setName ( $name ) Returns the name of the playlist.
setNotes ( string $notes ) : self Sets the value of notes.
setThemes ( array $themes ) : self Set the themes attached to playlist.
setTitle ( $name ) Returns the name of the playlist.

Method Details

getArticlesModificationTime() public méthode

Gets the value of articlesModificationTime.

getMaxItems() public méthode

Gets the value of maxItems.
public getMaxItems ( ) : integer
Résultat integer

getName() public méthode

Returns the name of the playlist.
public getName ( )

getNotes() public méthode

Gets the value of notes.
public getNotes ( ) : string
Résultat string

getThemes() public méthode

Provides the themes attached to playlist.
public getThemes ( ) : string
Résultat string

getTitle() public méthode

Returns the name of the playlist.
public getTitle ( )

setArticlesModificationTime() public méthode

Sets the value of articlesModificationTime.
public setArticlesModificationTime ( DateTime $articlesModificationTime ) : self
$articlesModificationTime DateTime the articles modification time
Résultat self

setMaxItems() public méthode

Sets the value of maxItems.
public setMaxItems ( integer $maxItems ) : self
$maxItems integer the max items
Résultat self

setName() public méthode

Returns the name of the playlist.
public setName ( $name )

setNotes() public méthode

Sets the value of notes.
public setNotes ( string $notes ) : self
$notes string the notes
Résultat self

setThemes() public méthode

Set the themes attached to playlist.
public setThemes ( array $themes ) : self
$themes array
Résultat self

setTitle() public méthode

Returns the name of the playlist.
public setTitle ( $name )

Property Details

$articles protected_oe property

protected $articles

$articlesModificationTime protected_oe property

protected utcdatetime $articlesModificationTime
Résultat utcdatetime

$id protected_oe property

protected int $id
Résultat integer

$maxItems protected_oe property

protected int $maxItems
Résultat integer

$name protected_oe property

protected string $name
Résultat string

$notes protected_oe property

protected string $notes
Résultat string

$themes protected_oe property

protected $themes