API Documentation

Gdata/Gbase/SnippetQuery.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 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 20096 2010-01-06 02:05:09Z bkarwin $
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-2010 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

 BASE_SNIPPET_FEED_URI = 'http://www.google.com/base/feeds/snippets'

Path to the snippets feeds on the Google Base server.

Details

value
http://www.google.com/base/feeds/snippets

Properties

$_defaultFeedUri

string $_defaultFeedUri = 'self'

The default URI for POST methods

Details

$_defaultFeedUri
string
visibility
protected
default
self
final
false
static
false

Methods

getQueryUrl

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
Documentation was generated by DocBlox.