Example #1
0
 /**
  * Constructs a new instance of a Zend_Gdata_Docs_Query object.
  */
 public function __construct()
 {
     parent::__construct();
 }
Example #2
0
 /**
  * Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.
  *
  * @param string $url Base URL to use for queries
  */
 public function __construct($url = null)
 {
     parent::__construct($url);
 }
Example #3
0
 /**
  * Create a new instance.
  *
  * @param string $domain (optional) The Google Apps-hosted domain to use
  *          when constructing query URIs.
  */
 public function __construct($domain = null)
 {
     parent::__construct();
     $this->_domain = $domain;
 }