PHP Class SimplePie_Category, ojs

ファイルを表示 Open project: pkp/ojs

Public Properties

Property Type Description
$label
$scheme
$term

Public Methods

Method Description
SimplePie_Category ( $term = null, $scheme = null, $label = null ) Constructor, used to input the data
__toString ( )
get_label ( )
get_scheme ( )
get_term ( )

Method Details

SimplePie_Category() public method

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

__toString() public method

public __toString ( )

get_label() public method

public get_label ( )

get_scheme() public method

public get_scheme ( )

get_term() public method

public get_term ( )

Property Details

$label public_oe property

public $label

$scheme public_oe property

public $scheme

$term public_oe property

public $term