Class JFeedPerson
Feed Person 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/person.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/person.php
Methods summary
public
|
#
__construct( string $name = null, string $email = null, string $uri = null, string $type = null )
Constructor. |
Magic methods summary
Properties summary
public
string
|
#
The email address of the person. |
|
public
string
|
$name |
#
The full name of the person. |
public
string
|
$type |
#
The type of person. |
public
string
|
$uri |
#
The URI for the person. |