Changeset 731 for trunk/Common/AppModule.php
- Timestamp:
- Jan 17, 2015, 9:24:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r657 r731 38 38 var $Id; 39 39 var $Name; 40 var $Title; 40 41 var $Version; 41 42 var $License; … … 65 66 $this->Enabled = false; 66 67 $this->Running = false; 68 $this->HomePage = ''; 69 $this->License = ''; 70 $this->Version = ''; 71 $this->Creator = ''; 72 $this->Description = ''; 67 73 $this->Dependencies = array(); 68 74 $this->Type = ModuleType::Normal;
Note:
See TracChangeset
for help on using the changeset viewer.