[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Gapps/ -> UserQuery.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: 147 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Gapps_UserQuery:: (6 methods):
  __construct()
  setUsername()
  getUsername()
  setStartUsername()
  getStartUsername()
  getQueryUrl()


Class: Zend_Gdata_Gapps_UserQuery  - X-Ref

Assists in constructing queries for Google Apps user 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, $username = null,$startUsername = null)   X-Ref
Create a new instance.

param: string $domain (optional) The Google Apps-hosted domain to use
param: string $username (optional) Value for the username
param: string $startUsername (optional) Value for the

setUsername($value)   X-Ref
Set the username to query for. When set, only users with a username
matching this value will be returned in search results. Set to
null to disable filtering by username.

param: string $value The username to filter search results by, or null to

getUsername()   X-Ref
Get the username to query for. If no username is set, null will be
returned.

param: string $value The username to filter search results by, or

setStartUsername($value)   X-Ref
Set the first username which should be displayed when retrieving
a list of users.

param: string $value The first username to be returned, or null to

getStartUsername()   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:29:05 2014 Cross-referenced by PHPXref 0.7.1