Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_Gapps_OwnerQuery Class Reference

Public Member Functions

 __construct ($domain=null, $groupId=null, $ownerEmail=null)
 Create a new instance.
 
 setGroupId ($value)
 Set the group id to query for.
 
 getGroupId ()
 Get the group id to query for.
 
 setOwnerEmail ($value)
 Set the owner email to query for.
 
 getOwnerEmail ()
 Get the owner email to query for.
 
 getQueryUrl ()
 Returns the query URL generated by this query instance.
 
- Public Member Functions inherited from Zend_Gdata_Gapps_Query
 __construct ($domain=null)
 Create a new instance.
 
 setDomain ($value)
 Set domain for this service instance.
 
 getDomain ()
 Get domain for this service instance.
 
 getBaseUrl ($domain=null)
 Returns the base URL used to access the Google Apps service, based on the current domain.
 
- Public Member Functions inherited from Zend_Gdata_Query
 __construct ($url=null)
 Create Gdata_Query object.
 
 getQueryString ()
 
 resetParameters ()
 
 getQueryUrl ()
 
 setParam ($name, $value)
 
 getParam ($name)
 
 setAlt ($value)
 
 setMaxResults ($value)
 
 setQuery ($value)
 
 setStartIndex ($value)
 
 setUpdatedMax ($value)
 
 setUpdatedMin ($value)
 
 setPublishedMax ($value)
 
 setPublishedMin ($value)
 
 setAuthor ($value)
 
 getAlt ()
 
 getMaxResults ()
 
 getQuery ()
 
 getStartIndex ()
 
 getUpdatedMax ()
 
 getUpdatedMin ()
 
 getPublishedMax ()
 
 getPublishedMin ()
 
 getAuthor ()
 
 setCategory ($value)
 
 getCategory ()
 
 __get ($name)
 
 __set ($name, $val)
 

Protected Attributes

 $_groupId = null
 
 $_ownerEmail = null
 
- Protected Attributes inherited from Zend_Gdata_Gapps_Query
 $_domain = null
 
- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Constructor & Destructor Documentation

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

Create a new instance.

Parameters
string$domain(optional) The Google Apps-hosted domain to use when constructing query URIs.
string$groupId(optional) Value for the groupId property.
string$ownerEmail(optional) Value for the OwnerEmail property.

Member Function Documentation

getGroupId ( )

Get the group id to query for.

Returns
string
getOwnerEmail ( )

Get the owner email to query for.

Returns
string
getQueryUrl ( )

Returns the query URL generated by this query instance.

Returns
string The query URL for this instance.
setGroupId (   $value)

Set the group id to query for.

See Also
getGroupId
Parameters
string$value
setOwnerEmail (   $value)

Set the owner email to query for.

See Also
getOwnerEmail
Parameters
string$value

Member Data Documentation

$_groupId = null
protected
$_ownerEmail = null
protected