Changeset 586 for trunk/Modules/TV/TV.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TV/TV.php
r548 r586 117 117 } 118 118 119 function Install()119 function DoInstall() 120 120 { 121 121 } 122 122 123 function Uninstall()123 function DoUninstall() 124 124 { 125 125 } 126 126 127 function Start()127 function DoStart() 128 128 { 129 parent::Start();130 129 $this->System->RegisterPage('tv', 'PageIPTV'); 131 130 $this->System->FormManager->RegisterClass('TV', array( … … 157 156 } 158 157 159 function Stop()158 function DoStop() 160 159 { 161 160 }
Note:
See TracChangeset
for help on using the changeset viewer.