Core Class
View Source on Trac ↗
Core Class
Category
class Category
// Constructor: function Object() { [native code] } Manages all category-related data
Methods 6 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor, used to input the data
Parameters: $term: mixed, $scheme: mixed, $label: mixed, $type: mixed |
| __toString() string | String-ified version |
| get_term() (string | Get the category identifier |
| get_scheme() (string | Get the categorization scheme identifier |
| get_label() (string | Get the human readable label
Parameters: $strict: mixed |
| get_type() (string | Get the category type |
Properties
| Property / Type | Description |
|---|---|
| $term mixed public | No description available. |
| $scheme mixed public | No description available. |
| $label mixed public | No description available. |
| $type mixed public | No description available. |
Class Information
Source File
wp-includes/SimplePie/src/Category.php
Advertisement