Class SimplePie_Author
Manages all author-related data
Used by SimplePie_Item::get_author()
and SimplePie::get_authors()
This class can be overloaded with SimplePie::set_author_class()
Package: SimplePie\API
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Author.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Author.php
Methods summary
public
|
#
__construct( string $name = null, string $link = null, string $email = null )
Constructor, used to input the data |
public
string
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
Magic methods summary
Properties summary
public
string
|
$name |
#
Author's name |
public
string
|
$link |
#
Author's link |
public
string
|
#
Author's email address |