| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 153 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_Gapps_EmailListRecipientQuery:: (6 methods):
__construct()
setEmailListName()
getEmailListName()
setStartRecipient()
getStartRecipient()
getQueryUrl()
Class: Zend_Gdata_Gapps_EmailListRecipientQuery - X-Ref
Assists in constructing queries for Google Apps email list recipient| __construct($domain = null, $emailListName = null,$startRecipient = null) X-Ref |
| Create a new instance. param: string $domain (optional) The Google Apps-hosted domain to use param: string $emailListName (optional) Value for the emailListName param: string $startRecipient (optional) Value for the |
| setEmailListName($value) X-Ref |
| Set the email list name to query for. When set, only lists with a name matching this value will be returned in search results. Set to null to disable filtering by list name. param: string $value The email list name to filter search results by, |
| getEmailListName() X-Ref |
| Get the email list name to query for. If no name is set, null will be returned. param: string $value The email list name to filter search results by, |
| setStartRecipient($value) X-Ref |
| Set the first recipient which should be displayed when retrieving a list of email list recipients. param: string $value The first recipient to be returned, or null to |
| getStartRecipient() X-Ref |
| Get the first recipient which should be displayed when retrieving a list of email list recipients. return: string The first recipient to be returned, or null if |
| getQueryUrl() X-Ref |
| Returns the URL generated for this query, based on it's current parameters. return: string A URL generated based on the state of this query. |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |