PHP 클래스 Newscoop\Entity\Playlist

상속: extends AbstractEntity
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

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