|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilMembershipRegistrationException:
Collaboration diagram for ilMembershipRegistrationException:Data Fields | |
| const | OBJECT_IS_FULL = 123 |
| const | ADDED_TO_WAITINGLIST = 124 |
| const | ADMISSION_LINK_INVALID = 125 |
| const | REGISTRATION_CODE_DISABLED = 456 |
| const | OUT_OF_REGISTRATION_PERIOD = 789 |
| const | REGISTRATION_INVALID_OFFLINE = 126 |
| const | REGISTRATION_INVALID_AVAILABILITY = 127 |
Additional Inherited Members | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0, Throwable $previous=null) | |
| A code isn't optional as in build in class Exception. More... | |
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 membership registration exception
Definition at line 27 of file class.ilMembershipRegistrationException.php.
| const ilMembershipRegistrationException::ADDED_TO_WAITINGLIST = 124 |
Definition at line 31 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), ilObjCourse\register(), and ilObjGroup\register().
| const ilMembershipRegistrationException::ADMISSION_LINK_INVALID = 125 |
Definition at line 32 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), and ilMembershipRegistrationCodeUtils\useCode().
| const ilMembershipRegistrationException::OBJECT_IS_FULL = 123 |
Definition at line 30 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), ilObjCourse\register(), and ilObjGroup\register().
| const ilMembershipRegistrationException::OUT_OF_REGISTRATION_PERIOD = 789 |
Definition at line 34 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), ilObjCourse\register(), and ilObjGroup\register().
| const ilMembershipRegistrationException::REGISTRATION_CODE_DISABLED = 456 |
Definition at line 33 of file class.ilMembershipRegistrationException.php.
Referenced by ilObjCourse\register(), and ilObjGroup\register().
| const ilMembershipRegistrationException::REGISTRATION_INVALID_AVAILABILITY = 127 |
Definition at line 36 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), and ilObjCourse\register().
| const ilMembershipRegistrationException::REGISTRATION_INVALID_OFFLINE = 126 |
Definition at line 35 of file class.ilMembershipRegistrationException.php.
Referenced by ilMembershipRegistrationCodeUtils\handleCode(), and ilObjCourse\register().