[ 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: | 194 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 2 files include/Zend/Gdata/Gapps/Query.php include/Zend/Gdata/App/InvalidArgumentException.php |
Zend_Gdata_Gapps_MemberQuery:: (8 methods):
__construct()
setGroupId()
getGroupId()
setMemberId()
getMemberId()
setStartMemberId()
getStartMemberId()
getQueryUrl()
Class: Zend_Gdata_Gapps_MemberQuery - X-Ref
Assists in constructing queries for Google Apps member entries.__construct($domain = null, $groupId = null, $memberId = null,$startMemberId = 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 $memberId (optional) Value for the memberId property. param: string $startMemberId (optional) Value for the |
setGroupId($value) X-Ref |
Set the group id to query for. 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 return: string The group id |
setMemberId($value) X-Ref |
Set the member id to query for. When set, only users with a member id matching this value will be returned in search results. Set to null to disable filtering by member id. param: string $value The member id to filter search results by, or null to |
getMemberId() X-Ref |
Get the member id to query for. If no member id is set, null will be returned. param: string $value The member id to filter search results by, or return: The member id |
setStartMemberId($value) X-Ref |
Set the first member id which should be displayed when retrieving a list of members. param: string $value The first member id to be returned, or null to |
getStartMemberId() X-Ref |
Get the first username which should be displayed when retrieving a list of users. return: string The first username 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 |