ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g. More...
Public Member Functions | |
__construct ($a_message, $plugins=array()) | |
setPlugins ($plugins) | |
getPlugins () | |
Public Member Functions inherited from ilException | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. More... | |
Protected Attributes | |
$plugins = array() | |
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.
Definition at line 12 of file class.ilOrgUnitTypePluginException.php.
ilOrgUnitTypePluginException::__construct | ( | $a_message, | |
$plugins = array() |
|||
) |
ilOrgUnitTypePluginException::getPlugins | ( | ) |
Definition at line 39 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
ilOrgUnitTypePluginException::setPlugins | ( | $plugins | ) |
array | $plugins |
Definition at line 31 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
|
protected |
Definition at line 19 of file class.ilOrgUnitTypePluginException.php.
Referenced by __construct(), getPlugins(), and setPlugins().