Documentation

SimplePie_Author
in package

Table of Contents

Properties

$email  : mixed
$link  : mixed
$name  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
get_email()  : string|null
Author's email address
get_name()  : string|null
Author's name

Properties

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|null

get_name()

Author's name

public get_name() : string|null
Return values
string|null

        
On this page

Search results