\JFeedLink
Feed Link class.
Synopsis
class JFeedLink
{
- // members
- public $uri;
- public $relation;
- public $type;
- public $language;
- public $title;
- public $length;
- // methods
- public void __construct()
Members
public
- $language
—
string
The language of the resource found at the given URI. - $length
—
integer
The length of the resource in bytes. - $relation
—
string
The relationship between the feed and the linked resource. - $title
—
string
The title of the resource. - $type
—
string
The resource type. - $uri
—
string
The URI to the linked resource.