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