Changeset 47 for trunk/Base/XML.php
- Timestamp:
- Jul 27, 2014, 9:14:56 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk ¶
- Property svn:ignore
-
TabularUnified
old new 1 2 1 config.php 2 .project
-
- Property svn:ignore
-
TabularUnified trunk/Base/XML.php ¶
r42 r47 48 48 var $Content; 49 49 var $Indentation; 50 50 51 51 function __construct() 52 52 { … … 56 56 $this->Indentation = 2; 57 57 } 58 58 59 59 function GetOutput() 60 60 { … … 104 104 } 105 105 } 106 107 ?>
Note:
See TracChangeset
for help on using the changeset viewer.