Changeset 888 for trunk/Modules/AoWoW/AoWoW.php
- Timestamp:
- Dec 27, 2022, 7:50:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/AoWoW/AoWoW.php
r880 r888 1 1 <?php 2 2 3 class ModuleAoWoW extends AppModule3 class ModuleAoWoW extends Module 4 4 { 5 5 function __construct(System $System) … … 14 14 } 15 15 16 function DoStart() 16 function DoStart(): void 17 17 { 18 $this->System->RegisterMenuItem(array(18 Core::Cast($this->System)->RegisterMenuItem(array( 19 19 'Title' => 'AoWoW', 20 20 'Hint' => 'Vyhledávací databáze podobná WoWHead s překlady',
Note:
See TracChangeset
for help on using the changeset viewer.