Class JFeedLink

Description

Feed Link class.

  • since: 12.3

Located in /libraries/joomla/feed/link.php (line 19)


	
			
Variable Summary
 string $language
 integer $length
 string $relation
 string $title
 string $type
 string $uri
Method Summary
 JFeedLink __construct ([string $uri = null], [string $relation = null], [string $type = null], [string $language = null], [string $title = null], [integer $length = null])
Variables
string $language (line 51)

The language of the resource found at the given URI.

  • since: 12.3
  • access: public
integer $length (line 67)

The length of the resource in bytes.

  • since: 12.3
  • access: public
string $relation (line 35)

The relationship between the feed and the linked resource.

  • since: 12.3
  • access: public
string $title (line 59)

The title of the resource.

  • since: 12.3
  • access: public
string $type (line 43)

The resource type.

  • since: 12.3
  • access: public
string $uri (line 27)

The URI to the linked resource.

  • since: 12.3
  • access: public
Methods
Constructor __construct (line 82)

Constructor.

  • since: 12.3
  • throws: InvalidArgumentException
  • access: public
JFeedLink __construct ([string $uri = null], [string $relation = null], [string $type = null], [string $language = null], [string $title = null], [integer $length = null])
  • 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.

Documentation generated on Tue, 19 Nov 2013 15:07:09 +0100 by phpDocumentor 1.4.3