Class JFeedPerson

Description

Feed Person class.

  • since: 12.3

Located in /libraries/joomla/feed/person.php (line 19)


	
			
Variable Summary
 string $email
 string $name
 string $type
 string $uri
Method Summary
 JFeedPerson __construct ([string $name = null], [string $email = null], [string $uri = null], [string $type = null])
Variables
string $email (line 27)

The email address of the person.

  • since: 12.3
  • access: public
string $name (line 35)

The full name of the person.

  • since: 12.3
  • access: public
string $type (line 43)

The type of person.

  • since: 12.3
  • access: public
string $uri (line 51)

The URI for the person.

  • since: 12.3
  • access: public
Methods
Constructor __construct (line 63)

Constructor.

  • since: 12.3
  • access: public
JFeedPerson __construct ([string $name = null], [string $email = null], [string $uri = null], [string $type = null])
  • 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.

Documentation generated on Tue, 19 Nov 2013 15:10:30 +0100 by phpDocumentor 1.4.3