FeedPerson

Feed Person class.

since

3.1.4

package

Joomla CMS

Methods

__construct

Constructor.

__construct( name = null,  email = null,  uri = null,  type = null) : 
since

3.1.4

Arguments

name

stringThe full name of the person.

email

stringThe email address of the person.

uri

stringThe URI for the person.

type

stringThe type of person.

Response

mixed

Properties

email

The email address of the person.

since

3.1.4

Type(s)

string

name

The full name of the person.

since

3.1.4

Type(s)

string

type

The type of person.

since

3.1.4

Type(s)

string

uri

The URI for the person.

since

3.1.4

Type(s)

string