Changeset 187 for Dev/trunk/classes/Question.php
- Timestamp:
- 12/16/11 11:26:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Question.php
r186 r187 41 41 } 42 42 43 /**44 * function evaluate()45 * evaluates all the references of this object.46 */47 public function evaluate()48 {49 //Do nothing since Question does not contain any references50 }51 43 } 52 44
Note: See TracChangeset
for help on using the changeset viewer.