class FeedPerson

Feed Person class.

Properties

string $email The email address of the person.
string $name The full name of the person.
string $type The type of person.
string $uri The URI for the person.

Methods

__construct( string $name = null, string $email = null, string $uri = null, string $type = null)

Constructor.

Details

__construct( string $name = null, string $email = null, string $uri = null, string $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.