Skip to content

SimplePie_Category

Manages all category-related data

  • Full name: \SimplePie_Category
  • Parent class: \SimplePie\Category
  • Warning: this class is deprecated. This means that this class will likely be removed in a future version.

Inherited methods

__construct

Constructor, used to input the data

public __construct(string|null $term = null, string|null $scheme = null, string|null $label = null, string|null $type = null): mixed

Parameters:

Parameter Type Description
$term string|null
$scheme string|null
$label string|null
$type string|null

__toString

String-ified version

public __toString(): string

get_term

Get the category identifier

public get_term(): string|null

get_scheme

Get the categorization scheme identifier

public get_scheme(): string|null

get_label

Get the human readable label

public get_label(bool $strict = false): string|null

Parameters:

Parameter Type Description
$strict bool

get_type

Get the category type

public get_type(): string|null


Automatically generated on 2025-03-18