PHP Class SimplePie_Author, ojs

Datei anzeigen Open project: pkp/ojs

Public Properties

Property Type Description
$email
$link
$name

Public Methods

Method Description
SimplePie_Author ( $name = null, $link = null, $email = null ) Constructor, used to input the data
__toString ( )
get_email ( )
get_link ( )
get_name ( )

Method Details

SimplePie_Author() public method

Constructor, used to input the data
public SimplePie_Author ( $name = null, $link = null, $email = null )

__toString() public method

public __toString ( )

get_email() public method

public get_email ( )

get_name() public method

public get_name ( )

Property Details

$email public_oe property

public $email

$name public_oe property

public $name