ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjLegalNotice.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function __construct(int $a_id = 0, bool $a_reference = true)
24  {
25  global $DIC;
26  parent::__construct($a_id, $a_reference);
27  }
28 
29  protected function initType(): void
30  {
31  $this->type = 'impr';
32  }
33 }
__construct(int $a_id=0, bool $a_reference=true)
global $DIC
Definition: shib_login.php:22
__construct(Container $dic, ilPlugin $plugin)