Changeset 186 for Dev/trunk/classes/Question.php
- Timestamp:
- 12/16/11 11:19:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Question.php
r149 r186 39 39 $this->category = $category; 40 40 $this->answers = $answers; 41 } 41 } 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 references 50 } 42 51 } 43 52
Note: See TracChangeset
for help on using the changeset viewer.