Class SimplePie_Category
Manages all category-related data
Used by SimplePie_Item::get_category()
and SimplePie_Item::get_categories()
This class can be overloaded with SimplePie_Core::set_category_class()
public
|
#
__construct( string $term = null, string $scheme = null, string $label = null )
Constructor, used to input the data |
public
string
|
|
public
string|null
|
|
public
string|null
|
|
public
string|null
|
public
string
|
$term |
|
#
Category identifier |
public
string
|
$scheme |
|
#
Categorization scheme identifier |
public
string
|
$label |
|
#
Human readable label |