ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
Translation.php
Go to the documentation of this file.
1 <?php
2 
20 
21 interface Translation
22 {
23  public function getId(): string;
24 
25  public function getLanguageCode(): string;
26 
27  public function getTranslation(): string;
28 
29 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...