PHP Class SimplePie_Credit, ojs

Used by {@see \SimplePie_Enclosure::get_credit()} and {@see \SimplePie_Enclosure::get_credits()} This class can be overloaded with {@see \SimplePie::set_credit_class()}
ファイルを表示 Open project: pkp/ojs

Public Properties

Property Type Description
$name
$role
$scheme

Public Methods

Method Description
SimplePie_Credit ( $role = null, $scheme = null, $name = null ) Constructor, used to input the data
__toString ( )
get_name ( )
get_role ( )
get_scheme ( )

Method Details

SimplePie_Credit() public method

Constructor, used to input the data
public SimplePie_Credit ( $role = null, $scheme = null, $name = null )

__toString() public method

public __toString ( )

get_name() public method

public get_name ( )

get_role() public method

public get_role ( )

get_scheme() public method

public get_scheme ( )

Property Details

$name public_oe property

public $name

$role public_oe property

public $role

$scheme public_oe property

public $scheme