Changeset 586 for trunk/Modules/IS/IS.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/IS/IS.php
r585 r586 517 517 } 518 518 519 function Install()520 { 521 } 522 523 function Uninstall()519 function DoInstall() 520 { 521 } 522 523 function DoUninstall() 524 524 { 525 525 } 526 526 527 function Start() 528 { 529 parent::Start(); 527 function DoStart() 528 { 530 529 $this->System->RegisterPage('is', 'PageIS'); 531 530 $this->System->FormManager->RegisterClass('MenuItem', array( … … 550 549 } 551 550 552 function Stop()551 function DoStop() 553 552 { 554 553 }
Note:
See TracChangeset
for help on using the changeset viewer.