source:
Dev/trunk/classes/ResearchToolObject.php
@
169
Last change on this file since 169 was 158, checked in by jkraaijeveld, 13 years ago | |
---|---|
File size: 137 bytes |
Rev | Line | |
---|---|---|
[131] | 1 | <?php |
2 | /** | |
3 | * Description of ResearchToolObject | |
4 | * | |
5 | * @author jkraaijeveld | |
6 | */ | |
[158] | 7 | abstract class ResearchToolObject { |
[131] | 8 | public $uid; |
9 | } | |
10 | ||
11 | ?> |
Note: See TracBrowser
for help on using the repository browser.