[ 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: | 147 lines (4 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_OwnerQuery:: (6 methods):
__construct()
setGroupId()
getGroupId()
setOwnerEmail()
getOwnerEmail()
getQueryUrl()
Class: Zend_Gdata_Gapps_OwnerQuery - X-Ref
Assists in constructing queries for Google Apps owner entries.__construct($domain = null, $groupId = null, $ownerEmail = 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 $ownerEmail (optional) Value for the OwnerEmail property. |
setGroupId($value) X-Ref |
Set the group id to query for. param: string $value |
getGroupId() X-Ref |
Get the group id to query for. return: string |
setOwnerEmail($value) X-Ref |
Set the owner email to query for. param: string $value |
getOwnerEmail() X-Ref |
Get the owner email to query for. return: string |
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 |