Changeset 838 for trunk/Modules/Import/Import.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r817 r838 7 7 class ModuleImport extends AppModule 8 8 { 9 function __construct( $System)9 function __construct(System $System) 10 10 { 11 11 parent::__construct($System); … … 18 18 } 19 19 20 function Start()20 function DoStart() 21 21 { 22 22 $this->System->RegisterPage('import', 'PageImport'); … … 31 31 var $System; 32 32 33 function __construct( $System)33 function __construct(System $System) 34 34 { 35 35 $this->System = &$System;
Note:
See TracChangeset
for help on using the changeset viewer.