Changeset 187 for Dev/trunk/classes/ResearchToolObject.php
- Timestamp:
- 12/16/11 11:26:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/ResearchToolObject.php
r186 r187 8 8 public $uid; 9 9 //Uncomment when done with creating all evaluation methods \o///// 10 // public abstract function evaluate(); 10 public function evaluate() 11 { 12 return true; 13 } 11 14 } 12 15
Note: See TracChangeset
for help on using the changeset viewer.