FeedLink
Feed Link class.
since |
3.1.4 |
---|
Methods
__construct
Constructor.
__construct(string $uri = null, string $relation = null, string $type = null, string $language = null, string $title = null, integer $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
integer
The length of the resource in bytes.
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)
integer