PHP Class SimplePie_Rating, ojs

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

Public Properties

Property Type Description
$scheme
$value

Public Methods

Method Description
SimplePie_Rating ( $scheme = null, $value = null ) Constructor, used to input the data
__toString ( )
get_scheme ( )
get_value ( )

Method Details

SimplePie_Rating() public method

Constructor, used to input the data
public SimplePie_Rating ( $scheme = null, $value = null )

__toString() public method

public __toString ( )

get_scheme() public method

public get_scheme ( )

get_value() public method

public get_value ( )

Property Details

$scheme public_oe property

public $scheme

$value public_oe property

public $value