Class JFeedEntry
Class to encapsulate a feed entry for the Joomla Platform.
Package: Joomla\Platform\Feed
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/entry.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/entry.php
Methods summary
public
mixed
|
|
public
|
|
public
|
|
public
|
#
addContributor( string $name, string $email, string $uri = null, string $type = null )
Method to add a contributor to the feed entry object. |
public
|
|
public
|
|
public
|
#
removeContributor(
Method to remove a contributor from the feed entry object. |
public
|
|
public
|
Magic methods summary
Properties summary
protected
array
|
$properties |
#
The entry properties. |
Magic properties
public
|
$author |
|
#
Person responsible for feed entry content. |
public
array
|
$categories |
|
#
Categories to which the feed entry belongs. |
public
string
|
$content |
|
#
The content of the feed entry. |
public
array
|
$contributors |
|
#
People who contributed to the feed entry content. |
public
string
|
$copyright |
|
#
Information about rights, e.g. copyrights, held in and over the feed entry. |
public
array
|
$links |
|
#
Links associated with the feed entry. |
public
|
$publishedDate |
|
#
The publication date for the feed entry. |
public
|
$source |
|
#
The feed from which the entry is sourced. |
public
string
|
$title |
|
#
A human readable title for the feed entry. |
public
|
$updatedDate |
|
#
The last time the content of the feed entry changed. |
public
string
|
$uri |
|
#
Universal, permanent identifier for the feed entry. |