ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getValidContexts () | |
getCurrentContexts () | |
addContext (int $a_context) | |
Static Public Member Functions | |
static | getInstance () |
Data Fields | |
const | CONTEXT_REGISTRATION = 1 |
const | CONTEXT_ADMINISTRATION = 2 |
const | CONTEXT_SOAP = 3 |
const | CONTEXT_LDAP = 4 |
const | CONTEXT_SHIB = 6 |
Protected Member Functions | |
__construct () | |
Private Attributes | |
array | $contexts = [] |
Static Private Attributes | |
static ilUserCreationContext | $instance = null |
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
Definition at line 22 of file class.ilUserCreationContext.php.
|
protected |
Definition at line 33 of file class.ilUserCreationContext.php.
ilUserCreationContext::addContext | ( | int | $a_context | ) |
Definition at line 61 of file class.ilUserCreationContext.php.
References getCurrentContexts(), and getValidContexts().
ilUserCreationContext::getCurrentContexts | ( | ) |
Definition at line 56 of file class.ilUserCreationContext.php.
References $contexts.
Referenced by addContext().
|
static |
Definition at line 37 of file class.ilUserCreationContext.php.
Referenced by ilECSCmsCourseMemberCommandQueueHandler\createMember(), ilAccountRegistrationGUI\createUser(), ilLDAPUserSynchronisation\performUpdate(), and ilLDAPCronSynchronization\run().
ilUserCreationContext::getValidContexts | ( | ) |
Definition at line 45 of file class.ilUserCreationContext.php.
Referenced by addContext().
|
private |
Definition at line 31 of file class.ilUserCreationContext.php.
Referenced by getCurrentContexts().
|
staticprivate |
Definition at line 30 of file class.ilUserCreationContext.php.
const ilUserCreationContext::CONTEXT_ADMINISTRATION = 2 |
Definition at line 25 of file class.ilUserCreationContext.php.
const ilUserCreationContext::CONTEXT_LDAP = 4 |
Definition at line 27 of file class.ilUserCreationContext.php.
Referenced by ilECSCmsCourseMemberCommandQueueHandler\createMember(), ilLDAPUserSynchronisation\performUpdate(), and ilLDAPCronSynchronization\run().
const ilUserCreationContext::CONTEXT_REGISTRATION = 1 |
Definition at line 24 of file class.ilUserCreationContext.php.
Referenced by ilAccountRegistrationGUI\createUser().
const ilUserCreationContext::CONTEXT_SHIB = 6 |
Definition at line 28 of file class.ilUserCreationContext.php.
const ilUserCreationContext::CONTEXT_SOAP = 3 |
Definition at line 26 of file class.ilUserCreationContext.php.