Example #1
0
 /**
  * Constructor for ZendGData\Books\Extension\BooksCategory which
  * Describes a books category
  *
  * @param string|null $term An identifier representing the category within
  *        the categorization scheme.
  * @param string|null $scheme A string containing a URI identifying the
  *        categorization scheme.
  * @param string|null $label A human-readable label for display in
  *        end-user applications.
  */
 public function __construct($term = null, $scheme = null, $label = null)
 {
     $this->registerAllNamespaces(\ZendGData\Books::$namespaces);
     parent::__construct($term, $scheme, $label);
 }