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::set_category_class()
Package: SimplePie\API
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Category.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Category.php
Methods summary
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
|
Magic methods summary
Properties summary
public
string
|
$term |
#
Category identifier |
public
string
|
$scheme |
#
Categorization scheme identifier |
public
string
|
$label |
#
Human readable label |