Manages all author-related data

package SimplePie
subpackage API

 Methods

Constructor, used to input the data

__construct(string $name = null, string $link = null, string $email = null

Parameters

$name

string

$link

string

$email

string

String-ified version

__toString() : string

Returns

string

Author's email address

get_email() : string | null

Returns

stringnull

Author's name

get_name() : string | null

Returns

stringnull

 Properties

 

Author's email address

$email : string

Default

see
   

Author's name

$name : string

Default

see