API Documentation

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

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_ItemQuery

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
GBASE_ITEM_FEED_URI
Properties
$_defaultFeedUri
$_id
Methods
setId
getId
getQueryUrl

Description

Assists in constructing queries for Google Base Customer Items Feed

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

Properties

$_defaultFeedUri

string $_defaultFeedUri = 'self'

The default URI for POST methods

Details

$_defaultFeedUri
string
visibility
protected
default
self
final
false
static
false

$_id

string $_id = 'null'

The id of an item

Details

$_id
string
visibility
protected
default
null
final
false
static
false

Methods

getId

getId( ) :
Details
visibility
public
final
false
static
false

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

setId

setId( 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.