/framework/core/xml/XmlModule.php
http://zoop.googlecode.com/ · PHP · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · cd677dd6780d5bb36d6f01090638bf17 MD5 · raw file
- <?php
- class XmlModule extends ZoopModule
- {
- function getIncludes()
- {
- return array('utils.php');
- }
-
- function getClasses()
- {
- return array('XmlDom', 'XmlNode', 'XmlNodeList', 'PropertyList', 'XmlParser',
- 'XmlContainer', 'ProgressivePropertyList');
- }
-
- function configure()
- {
-
- }
- }