FeedEntry
class FeedEntry
Class to encapsulate a feed entry for the Joomla Platform.
Properties
Methods
mixed
__get(
string $name)
Magic method to return values for feed entry properties.
void
__set(
string $name,
mixed $value)
Magic method to set values for feed properties.
addCategory(
string $name,
string $uri = '')
Method to add a category to the feed entry object.
addContributor(
string $name,
string $email,
string $uri = null,
string $type = null)
Method to add a contributor to the feed entry object.
removeCategory(
string $name)
Method to remove a category from the feed entry object.
removeContributor(
FeedPerson $contributor)
Method to remove a contributor from the feed entry object.
Details
FeedEntry
addCategory(
string $name,
string $uri = '')
Method to add a category to the feed entry object.
FeedEntry
addContributor(
string $name,
string $email,
string $uri = null,
string $type = null)
Method to add a contributor to the feed entry object.
FeedEntry
removeContributor(
FeedPerson $contributor)
Method to remove a contributor from the feed entry object.
FeedEntry
setAuthor(
string $name,
string $email,
string $uri = null,
string $type = null)
Shortcut method to set the author for the feed entry object.