class FeedLink

Feed Link class.

Properties

string $uri The URI to the linked resource.
string $relation The relationship between the feed and the linked resource.
string $type The resource type.
string $language The language of the resource found at the given URI.
string $title The title of the resource.
integer $length The length of the resource in bytes.

Methods

__construct( string $uri = null, string $relation = null, string $type = null, string $language = null, string $title = null, integer $length = null)

Constructor.

Details

__construct( string $uri = null, string $relation = null, string $type = null, string $language = null, string $title = null, integer $length = null)

Constructor.

Parameters

string $uri The URI to the linked resource.
string $relation The relationship between the feed and the linked resource.
string $type The resource type.
string $language The language of the resource found at the given URI.
string $title The title of the resource.
integer $length The length of the resource in bytes.

Exceptions

InvalidArgumentException