PHP Class SimplePie_Category, ojs

Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Свойство Type Description
$label
$scheme
$term

Méthodes publiques

Méthode 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 méthode

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

__toString() public méthode

public __toString ( )

get_label() public méthode

public get_label ( )

get_scheme() public méthode

public get_scheme ( )

get_term() public méthode

public get_term ( )

Property Details

$label public_oe property

public $label

$scheme public_oe property

public $scheme

$term public_oe property

public $term