Class xml_domit_rss_category
Represents an RSS category.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_category

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_item.

Signature: xml_domit_rss_category(&$category)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getCategory
Returns the category.

Signature: getCategory()

Returns:

string - The category text.

Example:

Returns the category text.

$category = $myCategory->getCategory();

getDomain
Returns the domain.

Signature: getDomain()

Returns:

String - The category domain.

Example:

The category domain.

$domain = $myCategory->getDomain();




Private Methods

Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.