ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilPositionPermissionsNotActive.php
Go to the documentation of this file.
1 <?php
2 
24 {
25  protected string $object_type = "";
26 
30  public function __construct(string $message, string $type, int $code = 0)
31  {
32  parent::__construct($message, $code);
33 
34  $this->object_type = $type;
35  }
36 
37  public function getObjectType(): string
38  {
39  return $this->object_type;
40  }
41 }
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)
$message
Definition: xapiexit.php:31
__construct(string $message, string $type, int $code=0)
ilPositionPermissionsNotActive constructor.