Changeset 586 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r584 r586 16 16 } 17 17 18 function Install()18 function DoInstall() 19 19 { 20 20 } 21 21 22 function Uninstall()22 function DoUninstall() 23 23 { 24 24 } 25 25 26 function Start() 27 { 28 parent::Start(); 26 function DoStart() 27 { 29 28 $this->System->RegisterPage('', 'PagePortal'); 30 29 $this->System->FormManager->RegisterClass('MemberOptions', array( … … 92 91 } 93 92 94 function Stop()93 function DoStop() 95 94 { 96 95 }
Note:
See TracChangeset
for help on using the changeset viewer.