ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPositionPermissionsNotActive.php
Go to the documentation of this file.
1 <?php
2 
9 {
11  protected $object_type = "";
12 
20  public function __construct($message, $type, $code = 0)
21  {
22  parent::__construct($message, $code);
23 
24  $this->object_type = $type;
25  }
26 
27 
31  public function getObjectType()
32  {
33  return $this->object_type;
34  }
35 }
__construct($message, $type, $code=0)
ilPositionPermissionsNotActive constructor.
$type
$code
Definition: example_050.php:99
Class ilOrguException.
catch(Exception $e) $message
Class ilPositionPermissionsNotActive.