Back to Joomla project (class list)

Class FeedLink - list of methods

Feed Link class.
Package: Joomla\CMS\Feed
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Feed/FeedLink.php
Project: Joomla

Method Summary

public
(mixed $uri = null, mixed $relation = null, mixed $type = null, mixed $language = null, mixed $title = null, mixed $length = null)

Constructor.
Parameters
  • 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.
  • int $length The length of the resource in bytes.
Since
  • 3.1.4
-
  • \InvalidArgumentException
Show source code of this method: __construct Source Code

Properties Summary

public string
$uri
The URI to the linked resource.
Since
  • 3.1.4
public string
$relation
The relationship between the feed and the linked resource.
Since
  • 3.1.4
public string
$type
The resource type.
Since
  • 3.1.4
public string
$language
The language of the resource found at the given URI.
Since
  • 3.1.4
public string
$title
The title of the resource.
Since
  • 3.1.4
public int
$length
The length of the resource in bytes.
Since
  • 3.1.4

Tags Summary

Since
3.1.4