PHP 클래스 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()}
파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$scheme
$value

공개 메소드들

메소드 설명
SimplePie_Rating ( $scheme = null, $value = null ) Constructor, used to input the data
__toString ( )
get_scheme ( )
get_value ( )

메소드 상세

SimplePie_Rating() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

get_scheme() 공개 메소드

public get_scheme ( )

get_value() 공개 메소드

public get_value ( )

프로퍼티 상세

$scheme 공개적으로 프로퍼티

public $scheme

$value 공개적으로 프로퍼티

public $value