ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjLanguageGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
31 require_once "./Services/Object/classes/class.ilObjectGUI.php";
32 
34 {
38  public function __construct(array $a_data, int $a_id, bool $a_call_by_reference)
39  {
40  $this->type = "lng";
41  parent::__construct($a_data, $a_id, $a_call_by_reference);
42  }
43 } // END class.ilObjLanguageGUI
__construct(array $a_data, int $a_id, bool $a_call_by_reference)
Constructor.
Class ilObjectGUI Basic methods of all Output classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)