Phraseanet PHP SDK API
Class

PhraseanetSDK\Entity\FeedEntry

class FeedEntry extends AbstractEntity

Methods

__construct(EntityManager $em)

from AbstractEntity
integer getId()

The Entry id

setId($id)

string getAuthorEmail()

Get the author's mail of the feed entry

setAuthorEmail($authorEmail)

string getAuthorName()

Get the author's name of the feed entry

setAuthorName($authorName)

string getTitle()

Get the title of the feed entry

setTitle($title)

string getSubtitle()

Get The description of the feed entry

setSubtitle($subtitle)

DateTime getCreatedOn()

Creation date

setCreatedOn(DateTime $createdOn)

DateTime getUpdatedOn()

Last update date

setUpdatedOn(DateTime $updatedOn)

ArrayCollection getItems()

Get the items associated to the feed entry as a collection of PhraseanetSDK\Entity\FeedEntryItem object

setItems(ArrayCollection $items)

integer getFeedId()

Recover the entrie's feed id

setFeedId($feedId)

Details

in AbstractEntity at line 21
final public __construct(EntityManager $em)

Parameters

EntityManager $em

at line 33
public integer getId()

The Entry id

Return Value

integer

at line 38
public setId($id)

Parameters

$id

at line 48
public string getAuthorEmail()

Get the author's mail of the feed entry

Return Value

string

at line 53
public setAuthorEmail($authorEmail)

Parameters

$authorEmail

at line 63
public string getAuthorName()

Get the author's name of the feed entry

Return Value

string

at line 68
public setAuthorName($authorName)

Parameters

$authorName

at line 78
public string getTitle()

Get the title of the feed entry

Return Value

string

at line 83
public setTitle($title)

Parameters

$title

at line 93
public string getSubtitle()

Get The description of the feed entry

Return Value

string

at line 98
public setSubtitle($subtitle)

Parameters

$subtitle

at line 108
public DateTime getCreatedOn()

Creation date

Return Value

DateTime

at line 113
public setCreatedOn(DateTime $createdOn)

Parameters

DateTime $createdOn

at line 123
public DateTime getUpdatedOn()

Last update date

Return Value

DateTime

at line 128
public setUpdatedOn(DateTime $updatedOn)

Parameters

DateTime $updatedOn

at line 139
public ArrayCollection getItems()

Get the items associated to the feed entry as a collection of PhraseanetSDK\Entity\FeedEntryItem object

Return Value

ArrayCollection

at line 144
public setItems(ArrayCollection $items)

Parameters

ArrayCollection $items

at line 153
public integer getFeedId()

Recover the entrie's feed id

Return Value

integer

at line 158
public setFeedId($feedId)

Parameters

$feedId