[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/src/ -> Author.php (summary)

(no description)

File Size: 110 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Author:: (5 methods):
  __construct()
  __toString()
  get_name()
  get_link()
  get_email()


Class: Author  - X-Ref

Manages all author-related data

Used by {@see Item::get_author()} and {@see SimplePie::get_authors()}

This class can be overloaded with {@see SimplePie::set_author_class()}
__construct(?string $name = null,?string $link = null,?string $email = null)   X-Ref
Constructor, used to input the data


__toString()   X-Ref
String-ified version

return: string

get_name()   X-Ref
Author's name

return: string|null

get_link()   X-Ref
Author's link

return: string|null

get_email()   X-Ref
Author's email address

return: string|null



Generated : Fri Oct 10 08:20:03 2025 Cross-referenced by PHPXref