|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($domain=null, $username=null, $startUsername=null) | |
| setUsername ($value) | |
| getUsername () | |
| setStartUsername ($value) | |
| getStartUsername () | |
| getQueryUrl () | |
Protected Attributes | |
| $_username = null | |
Definition at line 43 of file UserQuery.php.
| __construct | ( | $ | domain = null, |
| $ | username = null, |
||
| $ | startUsername = null |
||
| ) |
Create a new instance.
| string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
| string | $username | (optional) Value for the username property. |
| string | $startUsername | (optional) Value for the startUsername property. |
Definition at line 64 of file UserQuery.php.

| getQueryUrl | ( | ) |
Returns the query URL generated by this query instance.
Reimplemented from Zend_Gdata_Query.
Definition at line 136 of file UserQuery.php.

| getStartUsername | ( | ) |
Get the first username which should be displayed when retrieving a list of users.
Definition at line 122 of file UserQuery.php.
| getUsername | ( | ) |
Get the username to query for. If no username is set, null will be returned.
| string | $value | The username to filter search results by, or null if disabled. |
Definition at line 93 of file UserQuery.php.
| setStartUsername | ( | $ | value | ) |
Set the first username which should be displayed when retrieving a list of users.
| string | $value | The first username to be returned, or null to disable. |
Definition at line 105 of file UserQuery.php.

| setUsername | ( | $ | value | ) |
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.
| string | $value | The username to filter search results by, or null to disable. |
Definition at line 81 of file UserQuery.php.

$_username = null [protected] |
Definition at line 52 of file UserQuery.php.