Changeset 838 for trunk/Modules/Wiki/Wiki.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Wiki/Wiki.php
r831 r838 3 3 class ModuleWiki extends AppModule 4 4 { 5 function __construct( $System)5 function __construct(System $System) 6 6 { 7 7 parent::__construct($System); … … 14 14 } 15 15 16 function Install() 17 { 18 parent::Install(); 19 } 20 21 function UnInstall() 22 { 23 parent::UnInstall(); 24 } 25 26 function Start() 27 { 28 parent::Start(); 16 function DoStart() 17 { 29 18 $this->LoadPages(); 30 }31 32 function Stop()33 {34 parent::Stop();35 19 } 36 20
Note:
See TracChangeset
for help on using the changeset viewer.