API Documentation

Gdata/Gbase/Query.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: Query.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Gbase_Query

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_Query

Extends from
Zend_Gdata_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
GBASE_ITEM_FEED_URI
GBASE_SNIPPET_FEED_URI
Properties
$_defaultFeedUri
Methods
setKey
setBq
setRefine
setContent
setOrderBy
setSortOrder
setCrowdBy
setAdjust
getKey
getBq
getRefine
getContent
getOrderBy
getSortOrder
getCrowdBy
getAdjust

Description

Assists in constructing queries for Google Base

Constants

GBASE_ITEM_FEED_URI

 GBASE_ITEM_FEED_URI = 'http://www.google.com/base/feeds/items'

Path to the customer items feeds on the Google Base server.

Details

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

GBASE_SNIPPET_FEED_URI

 GBASE_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

getAdjust

getAdjust( ) : string

Output
string
adjust
Details
visibility
public
final
false
static
false

getBq

getBq( ) : string

Output
string
bq
Details
visibility
public
final
false
static
false

getContent

getContent( ) : string

Output
string
content
Details
visibility
public
final
false
static
false

getCrowdBy

getCrowdBy( ) : string

Output
string
crowdby
Details
visibility
public
final
false
static
false

getKey

getKey( ) : string

Output
string
key
Details
visibility
public
final
false
static
false

getOrderBy

getOrderBy( ) : string

Output
string
orderby
Details
visibility
public
final
false
static
false

getRefine

getRefine( ) : string

Output
string
refine
Details
visibility
public
final
false
static
false

getSortOrder

getSortOrder( ) : string

Output
string
sortorder
Details
visibility
public
final
false
static
false

setAdjust

setAdjust( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setBq

setBq( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setContent

setContent( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setCrowdBy

setCrowdBy( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setKey

setKey( string $value ) : Zend_Gdata_Gbase_Query

Arguments
$value
string
Output
Zend_Gdata_Gbase_Query
Provides a fluent interface
Details
visibility
public
final
false
static
false

setOrderBy

setOrderBy( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setRefine

setRefine( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setSortOrder

setSortOrder( string $value ) : Zend_Gdata_Gbase_ItemQuery

Arguments
$value
string
Output
Zend_Gdata_Gbase_ItemQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.