SimplePie_Author
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : mixed
- get_email() : string|null
- Author's email address
- get_name() : string|null
- Author's name
Properties
public
mixed
$email
$link
public
mixed
$link
$name
public
mixed
$name
Methods
__construct()
public
__construct([mixed $name = null ][, mixed $link = null ][, mixed $email = null ]) : mixed
Parameters
- $name : mixed = null
- $link : mixed = null
- $email : mixed = null
__toString()
public
__toString() : mixed
get_email()
Author's email address
public
get_email() : string|null
Return values
string|nullget_name()
Author's name
public
get_name() : string|null