source:
trunk/Packages/Package.php
| Last change on this file was 887, checked in by , 5 years ago | |
|---|---|
| File size: 153 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class Package |
| 4 | { |
| 5 | public string $Name; |
| 6 | public string $Version; |
| 7 | public string $License; |
| 8 | public string $Creator; |
| 9 | public string $Homepage; |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
