API Documentation

Gdata/Gapps/OwnerQuery.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
Gapps
version
$Id:$
Classes
Zend_Gdata_Gapps_OwnerQuery

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_Gapps_OwnerQuery

Extends from
Zend_Gdata_Gapps_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
package
Zend_Gdata
subpackage
Gapps
Properties
$_groupId
$_ownerEmail
Methods
__construct
setGroupId
getGroupId
setOwnerEmail
getOwnerEmail
getQueryUrl

Description

Assists in constructing queries for Google Apps owner entries.

Instances of this class can be provided in many places where a URL is required.

For information on submitting queries to a server, see the Google Apps service class, Zend_Gdata_Gapps.

Properties

$_groupId

string $_groupId = 'null'

Group owner is refering to

Details

$_groupId
string
visibility
protected
default
null
final
false
static
false

$_ownerEmail

string $_ownerEmail = 'null'

The email of the owner

Details

$_ownerEmail
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( string $domain = null, string $groupId = null, string $ownerEmail = null ) :

Create a new instance.

Arguments
$domain
string
(optional) The Google Apps-hosted domain to use when constructing query URIs.
$groupId
string
(optional) Value for the groupId property.
$ownerEmail
string
(optional) Value for the OwnerEmail property.
Details
visibility
public
final
false
static
false

getGroupId

getGroupId( ) : string

Get the group id to query for.

Output
string
Details
visibility
public
final
false
static
false

getOwnerEmail

getOwnerEmail( ) : string

Get the owner email to query for.

Output
string
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

setGroupId

setGroupId( string $value ) :

Set the group id to query for.

Arguments
$value
string
Details
visibility
public
final
false
static
false
see
getGroupId

setOwnerEmail

setOwnerEmail( string $value ) :

Set the owner email to query for.

Arguments
$value
string
Details
visibility
public
final
false
static
false
see
getOwnerEmail
Documentation was generated by DocBlox.