Zend_Gdata_Books_CollectionFeed
Describes a Book Search collection feed.
Defined (1)
The class is defined in the following location(s).
- /inc/VideoUploader/includes/Zend/Gdata/Books/CollectionFeed.php
- class Zend_Gdata_Books_CollectionFeed extends Zend_Gdata_Feed
- {
- /**
- * Constructor for Zend_Gdata_Books_CollectionFeed which
- * Describes a Book Search collection feed
- *
- * @param DOMElement $element (optional) DOMElement from which this
- * object should be constructed.
- */
- public function __construct($element = null)
- {
- $this->registerAllNamespaces(Zend_Gdata_Books::$namespaces);
- parent::__construct($element);
- }
- /**
- * The classname for individual feed elements.
- *
- * @var string
- */
- protected $_entryClassName = 'Zend_Gdata_Books_CollectionEntry';
- }