Changeset 586 for trunk/Modules/TimeMeasure/TimeMeasure.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TimeMeasure/TimeMeasure.php
r569 r586 18 18 } 19 19 20 function Install()20 function DoInstall() 21 21 { 22 parent::Install();23 22 } 24 23 25 function UnInstall()24 function DoUnInstall() 26 25 { 27 parent::UnInstall();28 26 } 29 27 30 function Start()28 function DoStart() 31 29 { 32 parent::Start();33 30 $this->System->Pages['grafy'] = 'PageMeasure'; 34 31 $this->System->FormManager->RegisterClass('Measure', array( … … 51 48 } 52 49 53 function Stop()50 function DoStop() 54 51 { 55 parent::Stop();56 52 } 57 53 }
Note:
See TracChangeset
for help on using the changeset viewer.