Zend_Gdata_Extension_OpenSearchItemsPerPage
Represents the openSearch:itemsPerPage element.
Defined (1)
The class is defined in the following location(s).
- /inc/VideoUploader/includes/Zend/Gdata/Extension/OpenSearchItemsPerPage.php
- class Zend_Gdata_Extension_OpenSearchItemsPerPage extends Zend_Gdata_Extension
- {
- protected $_rootElement = 'itemsPerPage';
- protected $_rootNamespace = 'openSearch';
- public function __construct($text = null)
- {
- parent::__construct();
- $this->_text = $text;
- }
- }