Changeset 858 for trunk/Packages/Common/AppModule.php
- Timestamp:
- May 8, 2019, 7:59:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/AppModule.php
r817 r858 69 69 $this->License = ''; 70 70 $this->Version = ''; 71 $this->Creator = ''; 71 72 $this->Description = ''; 72 73 $this->Dependencies = array(); 73 74 $this->Type = ModuleType::Normal; 74 75 } 75 76 76 77 function Install() 77 78 {
Note:
See TracChangeset
for help on using the changeset viewer.