SimplePie: PHP-based RSS and Atom feed handling
 
  • Overview
  • Demo
  • Blog
  • Download
  • Documentation
  • API Docs
  • Support
  • Issue Tracker
  • FAQ
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • SimplePie
    • API
    • Caching
    • HTTP
    • Parsing

Classes

  • SimplePie
  • SimplePie_Author
  • SimplePie_Caption
  • SimplePie_Category
  • SimplePie_Copyright
  • SimplePie_Core
  • SimplePie_Credit
  • SimplePie_Enclosure
  • SimplePie_Item
  • SimplePie_Rating
  • SimplePie_Restriction
  • SimplePie_Source

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 SimplePie/Category.php
Methods summary
public
# __construct( string $term = null, string $scheme = null, string $label = null )

Constructor, used to input the data

Parameters

$term
string
$scheme
string
$label
string
public string
# __toString( )

String-ified version

Returns

string
public string|null
# get_term( )

Get the category identifier

Returns

string|null
public string|null
# get_scheme( )

Get the categorization scheme identifier

Returns

string|null
public string|null
# get_label( )

Get the human readable label

Returns

string|null
Properties summary
public string $term
#

Category identifier

See

SimplePie_Category::get_term()
public string $scheme
#

Categorization scheme identifier

See

SimplePie_Category::get_scheme()
public string $label
#

Human readable label

See

SimplePie_Category::get_label()

Show some love! Wishlists for Geoffrey, Ryan P., and Ryan M.

SimplePie is © 2004–2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors. Licensed under the BSD License. Hosted thanks to Matt Mullenweg, API documentation generated by ApiGen 2.6.1. Variation on the Feed Icon by Wolfgang Bartelme.