Property | Type | Description | |
---|---|---|---|
$articles | array | ||
$description | string | ||
$headline | string | ||
$id | integer | ||
$items | |||
$itemsCount | integer | ||
$itemsLink | string | Items link used by Newscoop API | |
$rendition | |||
$slug | string |
Method | Description | |
---|---|---|
__construct ( ) | ||
__toString ( ) : string | ||
getArticles ( ) : array | Gets the value of articles. | |
getDescription ( ) : string | Get description | |
getHeadline ( ) : string | Get headline | |
getId ( ) : integer | Get id | |
getItems ( ) : Doctrine\Common\Collections\Collection | Get items | |
getItemsCount ( ) : integer | Get items count | |
getItemsLink ( ) : string | Get items link used by Newscoop API | |
getNext ( |
Get next item | |
getPrev ( |
Get previous item | |
getRendition ( ) : |
Get rendition | |
getSlug ( ) : string | Get slug | |
getView ( ) : Newscoop\View\AuthorView | Get view | |
setArticles ( array $articles ) : self | Sets the value of articles. | |
setHeadline ( string $headline ) : void | Set headline | |
setItemsCount ( integer $count ) : void | Set items count | |
setItemsLink ( string $link ) | Set items link used by Newscoop API | |
setRendition ( |
Set rendition | |
setSlug ( string $slug ) : void | Set slug |
public getItems ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getItemsLink ( ) : string | ||
return | string | $link Uri to Items resource |
public getNext ( |
||
$currentItem | ||
return | Newscoop\Package\Item |
public getPrev ( |
||
$currentItem | ||
return | Newscoop\Package\Item |
public getRendition ( ) : |
||
return |
public getView ( ) : Newscoop\View\AuthorView | ||
return | Newscoop\View\AuthorView |
public setArticles ( array $articles ) : self | ||
$articles | array | the articles |
return | self |
public setHeadline ( string $headline ) : void | ||
$headline | string | |
return | void |
public setItemsCount ( integer $count ) : void | ||
$count | integer | |
return | void |
public setItemsLink ( string $link ) | ||
$link | string | Uri to Items resource |
public setRendition ( |
||
$rendition | ||
return | void |
protected string $itemsLink | ||
return | string |
protected Rendition,Newscoop\Image $rendition | ||
return |