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 |
|
Arguments
- uri
string
The URI to the linked resource.- relation
string
The relationship between the feed and the linked resource.- type
string
The resource type.- language
string
The language of the resource found at the given URI.- title
string
The title of the resource.- length
int
The 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
link
The link of the image.
since |
4.4.0 |
---|
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