JFeedLink::__construct
Constructor.
Signature
public function __construct([string
$uri = null,
[string
$relation = null,
[string
$type = null,
[string
$language = null,
[string
$title = null,
[integer
$length = null]]]]]] )
Parameters
-
$uri
- The URI to the linked resource.
-
$relation
- The relationship between the feed and the linked resource.
-
$type
- The resource type.
-
$language
- The language of the resource found at the given URI.
-
$title
- The title of the resource.
-
$length
- The length of the resource in bytes.
Errors/Exceptions
-
InvalidArgumentException