PHP 클래스 SimplePie_Category, ojs

파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$label
$scheme
$term

공개 메소드들

메소드 설명
SimplePie_Category ( $term = null, $scheme = null, $label = null ) Constructor, used to input the data
__toString ( )
get_label ( )
get_scheme ( )
get_term ( )

메소드 상세

SimplePie_Category() 공개 메소드

Constructor, used to input the data
public SimplePie_Category ( $term = null, $scheme = null, $label = null )

__toString() 공개 메소드

public __toString ( )

get_label() 공개 메소드

public get_label ( )

get_scheme() 공개 메소드

public get_scheme ( )

get_term() 공개 메소드

public get_term ( )

프로퍼티 상세

$label 공개적으로 프로퍼티

public $label

$scheme 공개적으로 프로퍼티

public $scheme

$term 공개적으로 프로퍼티

public $term