source:
trunk/Types.php
Last change on this file was 95, checked in by , 3 years ago | |
---|---|
File size: 106 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $Types = array( |
4 | 'Boolean' => array( |
5 | ), |
6 | 'String' => array( |
7 | ), |
8 | 'Integer' => array( |
9 | ), |
10 | ); |
Note:
See TracBrowser
for help on using the repository browser.