PHP Класс Newscoop\Entity\Playlist

Наследование: extends AbstractEntity
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$articles
$articlesLink string Link to topic articles resource.
$articlesModificationTime utcdatetime
$id integer
$maxItems integer
$name string
$notes string
$themes

Открытые методы

Метод Описание
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.

Описание методов

getArticlesModificationTime() публичный метод

Gets the value of articlesModificationTime.
public getArticlesModificationTime ( ) : integer
Результат integer

getMaxItems() публичный метод

Gets the value of maxItems.
public getMaxItems ( ) : integer
Результат integer

getName() публичный метод

Returns the name of the playlist.
public getName ( )

getNotes() публичный метод

Gets the value of notes.
public getNotes ( ) : string
Результат string

getThemes() публичный метод

Provides the themes attached to playlist.
public getThemes ( ) : string
Результат string

getTitle() публичный метод

Returns the name of the playlist.
public getTitle ( )

setArticlesModificationTime() публичный метод

Sets the value of articlesModificationTime.
public setArticlesModificationTime ( DateTime $articlesModificationTime ) : self
$articlesModificationTime DateTime the articles modification time
Результат self

setMaxItems() публичный метод

Sets the value of maxItems.
public setMaxItems ( integer $maxItems ) : self
$maxItems integer the max items
Результат self

setName() публичный метод

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

setNotes() публичный метод

Sets the value of notes.
public setNotes ( string $notes ) : self
$notes string the notes
Результат self

setThemes() публичный метод

Set the themes attached to playlist.
public setThemes ( array $themes ) : self
$themes array
Результат self

setTitle() публичный метод

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

Описание свойств

$articles защищенное свойство

protected $articles

$articlesModificationTime защищенное свойство

protected utcdatetime $articlesModificationTime
Результат utcdatetime

$id защищенное свойство

protected int $id
Результат integer

$maxItems защищенное свойство

protected int $maxItems
Результат integer

$name защищенное свойство

protected string $name
Результат string

$notes защищенное свойство

protected string $notes
Результат string

$themes защищенное свойство

protected $themes