ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilPositionPermissionsNotActive.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected string $object_type = "";
27 
31  public function __construct(string $message, string $type, int $code = 0)
32  {
33  parent::__construct($message, $code);
34 
35  $this->object_type = $type;
36  }
37 
38  public function getObjectType(): string
39  {
40  return $this->object_type;
41  }
42 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
__construct(string $message, string $type, int $code=0)
ilPositionPermissionsNotActive constructor.