FeedPerson
Feed Person class.
since |
3.1.4 |
---|
Methods
__construct
Constructor.
__construct(string $name = null, string $email = null, string $uri = null, string $type = null)
since |
3.1.4 |
---|
Arguments
- $name
string
The full name of the person.string
The email address of the person.- $uri
string
The URI for the person.- $type
string
The type of person.
Properties
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