Gdata/Gapps/GroupQuery.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Gapps
- Version
- $Id:$
\Zend_Gdata_Gapps_GroupQuery
- Parent(s)
- \Zend_Gdata_Gapps_Query < \Zend_Gdata_Query
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
__construct(string $domain = null, string $groupId = null, $startGroupId = null) : void
Create a new instance.
Name | Type | Description |
---|---|---|
$domain | string | (optional) The Google Apps-hosted domain to use
|
$groupId | string | (optional) Value for the groupId property. |
$startGroupId |
getMember() : string
Get the member email address to query for. If no member is set, null will be returned.
getQueryUrl() : string
Returns the query URL generated by this query instance.
Type | Description |
---|---|
string | The query URL for this instance. |
getStartGroupId() : string
Get the first group id which should be displayed when retrieving a list of groups.
setDirectOnly(bool $value) : void
Sets the query parameter directOnly
Name | Type | Description |
---|---|---|
$value | bool |
setGroupId(string $value) : void
Set the group id to query for. When set, only groups with a group id matching this value will be returned in search results. Set to null to disable filtering by group id.
setMember(string $value) : void
Set the member to query for. When set, only subscribers with an email address matching this value will be returned in search results.
Name | Type | Description |
---|---|---|
$value | string | The member email address to filter search results by, or null to disable. |