Back to Joomla project (class list)

Class FeedPerson - list of methods

Feed Person 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/FeedPerson.php
Project: Joomla

Method Summary

public
(mixed $name = null, mixed $email = null, mixed $uri = null, mixed $type = null)

Constructor.
Parameters
  • string $name The full name of the person.
  • string $email The email address of the person.
  • string $uri The URI for the person.
  • string $type The type of person.
Since
  • 3.1.4
Show source code of this method: __construct Source Code

Properties Summary

public string
$email
The email address of the person.
Since
  • 3.1.4
public string
$name
The full name of the person.
Since
  • 3.1.4
public string
$type
The type of person.
Since
  • 3.1.4
public string
$uri
The URI for the person.
Since
  • 3.1.4

Tags Summary

Since
3.1.4