Class JFeedLink
Feed Link class.
Package: Joomla\Platform\Feed
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/link.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/feed/link.php
Methods summary
public
|
#
__construct( string $uri = null, string $relation = null, string $type = null, string $language = null, string $title = null, integer $length = null )
Constructor. |
Magic methods summary
Properties summary
public
string
|
$uri |
#
The URI to the linked resource. |
public
string
|
$relation |
#
The relationship between the feed and the linked resource. |
public
string
|
$type |
#
The resource type. |
public
string
|
$language |
#
The language of the resource found at the given URI. |
public
string
|
$title |
#
The title of the resource. |
public
integer
|
$length |
#
The length of the resource in bytes. |