Changeset 888 for trunk/Modules/Import
- Timestamp:
- Dec 27, 2022, 7:50:23 PM (2 years ago)
- Location:
- trunk/Modules/Import
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r880 r888 5 5 6 6 7 class ModuleImport extends AppModule7 class ModuleImport extends Module 8 8 { 9 9 function __construct(System $System) … … 18 18 } 19 19 20 function DoStart() 21 { 22 $this->System->RegisterPage( 'import', 'PageImport');20 function DoStart(): void 21 { 22 $this->System->RegisterPage(['import'], 'PageImport'); 23 23 } 24 24 } -
trunk/Modules/Import/Manage.php
r880 r888 96 96 } 97 97 98 function Show() 98 function Show(): string 99 99 { 100 100 $this->Title = T('Import');
Note:
See TracChangeset
for help on using the changeset viewer.