Changeset 623 for trunk/Common/Form
- Timestamp:
- Dec 29, 2013, 7:42:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/Type.php
r605 r623 23 23 include(dirname(__FILE__).'/RandomHash.php'); 24 24 include(dirname(__FILE__).'/MacAddress.php'); 25 include(dirname(__FILE__).'/Image.php'); 25 26 26 27 class Type … … 56 57 'MacAddress' => array('Name' => 'MacAddress', 'Class' => 'MacAddress', 'ParentType' => '', 'Parameters' => array()), 57 58 'IPv6Address' => array('Name' => 'IPv6Address', 'Class' => 'IPv6Address', 'ParentType' => '', 'Parameters' => array()), 59 'Image' => array('Name' => 'Image', 'Class' => 'Image', 'ParentType' => '', 'Parameters' => array()), 58 60 ); 59 61 }
Note:
See TracChangeset
for help on using the changeset viewer.