Changeset 186 for Dev/trunk/classes/Respondent.php
- Timestamp:
- 12/16/11 11:19:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Respondent.php
r161 r186 26 26 $this->password = $password; 27 27 } 28 29 /* 30 * function evaluate() 31 * evaluates all the references. 32 */ 33 public function evaluate() 34 { 35 //Do nothing since Respondent does not contain any references. 36 } 28 37 29 38 }
Note: See TracChangeset
for help on using the changeset viewer.