ILIAS  release_8 Revision v8.24
class.ilObjPrivacySecurity.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
22{
27 public function __construct($a_id = 0, $a_call_by_reference = true)
28 {
29 $this->type = "ps";
30 parent::__construct($a_id, $a_call_by_reference);
31 }
32}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_id=0, $a_call_by_reference=true)
Constructor @access public.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc