ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilOrgUnitTypePluginException Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilOrgUnitTypePluginException:
+ Collaboration diagram for ilOrgUnitTypePluginException:

Public Member Functions

 __construct (string $message, $plugins=array())
 
 setPlugins (array $plugins)
 
 getPlugins ()
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Protected Attributes

 $plugins = array()
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g. updating, deleting or setting title. It stores additionally the plugin objects which did not allow the action.

Author
Stefan Wanzenried sw@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 26 of file class.ilOrgUnitTypePluginException.php.

Constructor & Destructor Documentation

◆ __construct()

ilOrgUnitTypePluginException::__construct ( string  $message,
  $plugins = array() 
)

Definition at line 34 of file class.ilOrgUnitTypePluginException.php.

35 {
37 $this->plugins = $plugins;
38 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$message
Definition: xapiexit.php:31

References $message, $plugins, and ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

Member Function Documentation

◆ getPlugins()

ilOrgUnitTypePluginException::getPlugins ( )
Returns
array

Definition at line 51 of file class.ilOrgUnitTypePluginException.php.

51 : array
52 {
53 return $this->plugins;
54 }

References $plugins.

◆ setPlugins()

ilOrgUnitTypePluginException::setPlugins ( array  $plugins)
Parameters
string[]$plugins

Definition at line 43 of file class.ilOrgUnitTypePluginException.php.

44 {
45 $this->plugins = $plugins;
46 }

References $plugins.

Field Documentation

◆ $plugins

ilOrgUnitTypePluginException::$plugins = array()
protected

Definition at line 32 of file class.ilOrgUnitTypePluginException.php.

Referenced by __construct(), getPlugins(), and setPlugins().


The documentation for this class was generated from the following file: