Skip to content

SimplePie_Author

Manages all author-related data

  • Full name: \SimplePie_Author
  • Parent class: \SimplePie\Author
  • Warning: this class is deprecated. This means that this class will likely be removed in a future version.

Inherited methods

__construct

Constructor, used to input the data

public __construct(string $name = null, string $link = null, string $email = null): mixed

Parameters:

Parameter Type Description
$name string
$link string
$email string

__toString

String-ified version

public __toString(): string

get_name

Author's name

public get_name(): string|null

Author's link

public get_link(): string|null

get_email

Author's email address

public get_email(): string|null


Automatically generated on 2025-03-18