Changeset 141 for Dev/branches/jos-branch/classes/Respondent.php
- Timestamp:
- 10/24/11 17:00:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/classes/Respondent.php
r140 r141 10 10 public $password; 11 11 12 /** 13 * Constructor for a Respondent object 14 * @param type $uid 15 * @param type $name 16 * @param type $password 17 */ 12 18 public function __construct($uid = null, $name = null, $password = null) { 13 19 if(!isset($uid))
Note: See TracChangeset
for help on using the changeset viewer.