Changeset 586 for trunk/Modules/File/File.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/File/File.php
r565 r586 105 105 } 106 106 107 function Install()107 function DoInstall() 108 108 { 109 parent::Install();110 109 } 111 110 112 function Uninstall()111 function DoUninstall() 113 112 { 114 parent::Uninstall();115 113 } 116 114 117 function Start()115 function DoStart() 118 116 { 119 117 global $Config; 120 118 121 parent::Start();122 119 $this->System->RegisterPage('file', 'PageFile'); 123 120 $this->System->AddModule(new File($this->System)); … … 147 144 } 148 145 149 function Stop() 150 { 151 parent::Stop(); 146 function DoStop() 147 { 152 148 } 153 149 }
Note:
See TracChangeset
for help on using the changeset viewer.