Changeset 47 for trunk/Base/Types/Type.php
- Timestamp:
- Jul 27, 2014, 9:14:56 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 2 1 config.php 2 .project
-
- Property svn:ignore
-
trunk/Base/Types/Type.php
r42 r47 68 68 $Type = $this->TypeDefinitionList[$ParentType]; 69 69 } else $Type = array(); 70 70 71 71 $Type['Name'] = $Name; 72 72 $Type['Parameters'] = array_merge($Type['Parameters'], $Parameters); … … 79 79 } 80 80 } 81 82 83 ?>
Note:
See TracChangeset
for help on using the changeset viewer.