[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id:$ |
File Size: | 226 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file include/Zend/Gdata/Gapps/Query.php |
Zend_Gdata_Gapps_GroupQuery:: (10 methods):
__construct()
setGroupId()
getGroupId()
setMember()
getMember()
setDirectOnly()
getDirectOnly()
setStartGroupId()
getStartGroupId()
getQueryUrl()
Class: Zend_Gdata_Gapps_GroupQuery - X-Ref
Assists in constructing queries for Google Apps group entries.__construct($domain = null, $groupId = null,$startGroupId = null) X-Ref |
Create a new instance. param: string $domain (optional) The Google Apps-hosted domain to use param: string $groupId (optional) Value for the groupId property. param: string $startGroupName (optional) Value for the |
setGroupId($value) X-Ref |
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. param: string $value The group id to filter search results by, or null to |
getGroupId() X-Ref |
Get the group id to query for. If no group id is set, null will be returned. param: string $value The group id to filter search results by, or |
setMember($value) X-Ref |
Set the member to query for. When set, only subscribers with an email address matching this value will be returned in search results. Set to null to disable filtering by username. param: string $value The member email address to filter search |
getMember() X-Ref |
Get the member email address to query for. If no member is set, null will be returned. return: string The member email address to filter search |
setDirectOnly($value) X-Ref |
Sets the query parameter directOnly param: bool $value |
getDirectOnly() X-Ref |
return: bool |
setStartGroupId($value) X-Ref |
Set the first group id which should be displayed when retrieving a list of groups. param: string $value The first group id to be returned, or null to |
getStartGroupId() X-Ref |
Get the first group id which should be displayed when retrieving a list of groups. return: string The first group id to be returned, or null if |
getQueryUrl() X-Ref |
Returns the query URL generated by this query instance. return: string The query URL for this instance. |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |