source:
Dev/branches/rest-dojo-ui/Cartis/classes/ResearchToolObject.php
@
312
Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 250 bytes |
Rev | Line | |
---|---|---|
[312] | 1 | <?php |
2 | /** | |
3 | * Description of ResearchToolObject | |
4 | * | |
5 | * @author jkraaijeveld | |
6 | */ | |
7 | abstract class ResearchToolObject { | |
8 | public $uid; | |
9 | //Uncomment when done with creating all evaluation methods \o///// | |
10 | public function evaluate() | |
11 | { | |
12 | return true; | |
13 | } | |
14 | } | |
15 | ||
16 | ?> |
Note: See TracBrowser
for help on using the repository browser.