Changeset 308 for Dev/branches/jos-branch/server/classes/models/User.php
- Timestamp:
- 03/09/12 09:49:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/server/classes/models/User.php
r285 r308 79 79 * Gets the array of User objects belonging to arguments supplied. 80 80 * @param type $arguments : An array containing zero or more of the following keys: 81 * 'uid', 'email', 'password '81 * 'uid', 'email', 'passwordHash', 'passwordSalt' 82 82 */ 83 83 public static function get($arguments)
Note: See TracChangeset
for help on using the changeset viewer.