Gdata/Gbase/SnippetQuery.php
- category
- Zend
- copyright
- Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_Gdata
- subpackage
- Gbase
- version
- $Id: SnippetQuery.php 23805 2011-03-16 00:55:40Z tjohns $
- Classes
- Zend_Gdata_Gbase_SnippetQuery
Description
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
Zend_Gdata_Gbase_SnippetQuery
- Extends from
- Zend_Gdata_Gbase_Query
- category
- Zend
- copyright
- Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- link
- http://code.google.com/apis/base/
- package
- Zend_Gdata
- subpackage
- Gbase
- Constants
- BASE_SNIPPET_FEED_URI
- Properties
- $_defaultFeedUri
- Methods
- getQueryUrl
Description
Assists in constructing queries for Google Base Snippets Feed
Constants
BASE_SNIPPET_FEED_URI = 'https://www.google.com/base/feeds/snippets'
Path to the snippets feeds on the Google Base server.
Details
- value
- https://www.google.com/base/feeds/snippets
Properties
string $_defaultFeedUri = 'self'
The default URI for POST methods
Details
- $_defaultFeedUri
- string
- visibility
- protected
- default
- self
- final
- false
- static
- false
Methods
getQueryUrl(
)
:
string
Returns the query URL generated by this query instance.
Output
- string
- The query URL for this instance.
Details
- visibility
- public
- final
- false
- static
- false