ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $message, $plugins=array()) | |
setPlugins (array $plugins) | |
getPlugins () | |
![]() | |
__construct ($a_message, $a_code=0) | |
A code isn't optional as in build in class Exception. More... | |
Protected Attributes | |
$plugins = array() | |
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.
Definition at line 26 of file class.ilOrgUnitTypePluginException.php.
ilOrgUnitTypePluginException::__construct | ( | string | $message, |
$plugins = array() |
|||
) |
Definition at line 34 of file class.ilOrgUnitTypePluginException.php.
References $plugins, and ILIAS\GlobalScreen\Provider\__construct().
ilOrgUnitTypePluginException::getPlugins | ( | ) |
Definition at line 51 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
ilOrgUnitTypePluginException::setPlugins | ( | array | $plugins | ) |
string[] | $plugins |
Definition at line 43 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
|
protected |
Definition at line 32 of file class.ilOrgUnitTypePluginException.php.
Referenced by __construct(), getPlugins(), and setPlugins().