Changeset 888 for trunk/Modules/Translation/Form.php
- Timestamp:
- Dec 27, 2022, 7:50:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r880 r888 6 6 var $ID; 7 7 8 function Show() 8 function Show(): string 9 9 { 10 10 $this->Title = T('Translation'); … … 17 17 } 18 18 19 function ShowForm() 19 function ShowForm(): string 20 20 { 21 21 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree();
Note:
See TracChangeset
for help on using the changeset viewer.