ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilPositionPermissionsNotActive.php
Go to the documentation of this file.
1<?php
2
9{
10
12 protected $object_type = "";
13
14
22 public function __construct($message, $type, $code = 0)
23 {
25
26 $this->object_type = $type;
27 }
28
29
33 public function getObjectType()
34 {
35 return $this->object_type;
36 }
37}
An exception for terminatinating execution or to throw for unit testing.
Class ilOrguException.
Class ilPositionPermissionsNotActive.
__construct($message, $type, $code=0)
ilPositionPermissionsNotActive constructor.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$type
$message
Definition: xapiexit.php:14