ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilObjLanguageGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
32 {
36  public function __construct(array $a_data, int $a_id, bool $a_call_by_reference)
37  {
38  $this->type = "lng";
39  parent::__construct($a_data, $a_id, $a_call_by_reference);
40  }
41 } // 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)