Zend Framework  1.12
Public Member Functions | List of all members
Zend_Gdata_Books_Extension_BooksCategory Class Reference

Public Member Functions

 __construct ($term=null, $scheme=null, $label=null)
 Constructor for Zend_Gdata_Books_Extension_BooksCategory which Describes a books category.
 
- Public Member Functions inherited from Zend_Gdata_App_Extension_Category
 __construct ($term=null, $scheme=null, $label=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getTerm ()
 
 setTerm ($value)
 
 getScheme ()
 
 setScheme ($value)
 
 getLabel ()
 
 setLabel ($value)
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Protected Member Functions inherited from Zend_Gdata_App_Extension_Category
 takeAttributeFromDOM ($attribute)
 
- Protected Attributes inherited from Zend_Gdata_App_Extension_Category
 $_rootElement = 'category'
 
 $_term = null
 
 $_scheme = null
 
 $_label = null
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

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

Constructor for Zend_Gdata_Books_Extension_BooksCategory which Describes a books category.

Parameters
string | null$termAn identifier representing the category within the categorization scheme.
string | null$schemeA string containing a URI identifying the categorization scheme.
string | null$labelA human-readable label for display in end-user applications.