Author
Manages all author-related data
Used by {@see \SimplePie\Item::get_author()} and {@see \SimplePie\SimplePie::get_authors()}
This class can be overloaded with {@see \SimplePie\SimplePie::set_author_class()}
- Full name:
\SimplePie\Author
Properties
name
Author's name
See Also:
- \SimplePie\get_name() -
link
Author's link
See Also:
- \SimplePie\get_link() -
Author's email address
See Also:
- \SimplePie\get_email() -
Methods
__construct
Constructor, used to input the data
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
string | |
$link |
string | |
$email |
string |
__toString
String-ified version
get_name
Author's name
get_link
Author's link
get_email
Author's email address
Automatically generated on 2025-03-18