Changeset 140 for Dev/branches/jos-branch/classes/UserConnector.php
- Timestamp:
- 10/24/11 16:46:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/classes/UserConnector.php
r138 r140 16 16 17 17 /** 18 * Constructor for ApplicationConnector.18 * Constructor for RespondentConnector. 19 19 */ 20 20 public function __construct() … … 50 50 * Gets the array of User objects belonging to arguments supplied. 51 51 * @param type $arguments : An array containing zero or more of the following keys: 52 * 'uid', 'name', 'password' , 'style'52 * 'uid', 'name', 'password' 53 53 */ 54 54 public function get($arguments) {
Note: See TracChangeset
for help on using the changeset viewer.