Changeset 586 for trunk/Modules/NetworkTopology/NetworkTopology.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkTopology/NetworkTopology.php
r548 r586 143 143 } 144 144 145 function Install()145 function DoInstall() 146 146 { 147 parent::Install();148 147 } 149 148 150 function UnInstall()149 function DoUnInstall() 151 150 { 152 parent::UnInstall();153 151 } 154 152 155 function Start()153 function DoStart() 156 154 { 157 parent::Start();158 155 $this->System->RegisterPage('topologie', 'PageNetworkTopology'); 159 156 }
Note:
See TracChangeset
for help on using the changeset viewer.