Changeset 586 for trunk/Modules/Network/Network.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r581 r586 111 111 } 112 112 113 function Install()114 { 115 } 116 117 function Uninstall()113 function DoInstall() 114 { 115 } 116 117 function DoUninstall() 118 118 { 119 119 } 120 120 121 function Start() 122 { 123 parent::Start(); 121 function DoStart() 122 { 124 123 $this->System->RegisterPage('network', 'PageNetwork'); 125 124 $this->System->RegisterPage(array('network', 'administration'), 'PageNetworkAdministration'); … … 280 279 } 281 280 282 function Stop()281 function DoStop() 283 282 { 284 283 }
Note:
See TracChangeset
for help on using the changeset viewer.