Changeset 586 for trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
r550 r586 18 18 } 19 19 20 function Install()20 function DoInstall() 21 21 { 22 22 } 23 23 24 function Uninstall()24 function DoUninstall() 25 25 { 26 26 } 27 27 28 function Start()28 function DoStart() 29 29 { 30 parent::Start();31 30 $this->System->FormManager->RegisterClass('ImportBankFile', array( 32 31 'Title' => 'Import souborů s platbami', … … 62 61 } 63 62 64 function Stop()63 function DoStop() 65 64 { 66 65 }
Note:
See TracChangeset
for help on using the changeset viewer.