FeedLink
Feed Link class.
| since |
3.1.4 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(string uri = null, string relation = null, string type = null, string language = null, string title = null, int length = null) : mixed
| since |
3.1.4 |
|---|---|
| throws |
|
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