FeedLink

Feed Link class.

since

3.1.4

package

Joomla CMS

Methods

__construct

Constructor.

__construct( uri = null,  relation = null,  type = null,  language = null,  title = null,  length = null) : 
since

3.1.4

throws

InvalidArgumentException

Arguments

uri

stringThe URI to the linked resource.

relation

stringThe relationship between the feed and the linked resource.

type

stringThe resource type.

language

stringThe language of the resource found at the given URI.

title

stringThe title of the resource.

length

intThe length of the resource in bytes.

Response

mixed

Properties

uri

The URI to the linked resource.

since

3.1.4

Type(s)

string

relation

The relationship between the feed and the linked resource.

since

3.1.4

Type(s)

string

type

The resource type.

since

3.1.4

Type(s)

string

language

The language of the resource found at the given URI.

since

3.1.4

Type(s)

string

title

The title of the resource.

since

3.1.4

Type(s)

string

length

The length of the resource in bytes.

since

3.1.4

Type(s)

int

description

The description of the image.

since

4.4.0

Type(s)

int

height

The height of the image.

since

4.4.0

Type(s)

int

width

The width of the image.

since

4.4.0

Type(s)

int