Core Class
View Source on Trac ↗
Core Class
Author
class Author
// Constructor: function Object() { [native code] } Manages all author-related data
Methods 5 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor, used to input the data
Parameters: $name: mixed, $link: mixed, $email: mixed |
| __toString() string | String-ified version |
| get_name() (string | Author's name |
| get_link() (string | Author's link |
| get_email() (string | Author's email address |
Properties
| Property / Type | Description |
|---|---|
| $name mixed public | No description available. |
| $link mixed public | No description available. |
| $email mixed public | No description available. |
Class Information
Source File
wp-includes/SimplePie/src/Author.php
Advertisement