ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjMDSettings.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
25 {
26  public function __construct($a_id = 0, $a_call_by_reference = true)
27  {
28  $this->type = "mds";
29  parent::__construct($a_id, $a_call_by_reference);
30  }
31 }
__construct($a_id=0, $a_call_by_reference=true)
__construct(Container $dic, ilPlugin $plugin)