[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Gapps/ -> EmailListRecipientQuery.php (summary)

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

Defines 1 class

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
entries. Instances of this class can be provided in many places where a
URL is required.

For information on submitting queries to a server, see the Google Apps
service class, Zend_Gdata_Gapps.

__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