Manages all category-related data

package SimplePie
subpackage API

 Methods

Constructor, used to input the data

__construct(string $term = null, string $scheme = null, string $label = null

Parameters

$term

string

$scheme

string

$label

string

String-ified version

__toString() : string

Returns

string

Get the human readable label

get_label() : string | null

Returns

stringnull

Get the categorization scheme identifier

get_scheme() : string | null

Returns

stringnull

Get the category identifier

get_term() : string | null

Returns

stringnull

 Properties

 

Human readable label

$label : string

Default

see
 

Categorization scheme identifier

$scheme : string

Default

see
 

Category identifier

$term : string

Default

see