ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 {
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(string $message, string $type, int $code=0)
ilPositionPermissionsNotActive constructor.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$message
Definition: xapiexit.php:31