|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilUserCreationContext:Public Member Functions | |
| getValidContexts () | |
| get contexts More... | |
| getCurrentContexts () | |
| Get contexts. More... | |
| addContext ($a_context) | |
| Add context. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Get instance. More... | |
Data Fields | |
| const | CONTEXT_REGISTRATION = 1 |
| const | CONTEXT_ADMINISTRATION = 2 |
| const | CONTEXT_SOAP = 3 |
| const | CONTEXT_LDAP = 4 |
| const | CONTEXT_RADIUS = 5 |
| const | CONTEXT_SHIB = 6 |
Protected Member Functions | |
| __construct () | |
| Default constructor. More... | |
Private Attributes | |
| $contexts = array() | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 12 of file class.ilUserCreationContext.php.
|
protected |
| ilUserCreationContext::addContext | ( | $a_context | ) |
Add context.
| type | $a_context |
Definition at line 75 of file class.ilUserCreationContext.php.
References getCurrentContexts(), and getValidContexts().
Here is the call graph for this function:| ilUserCreationContext::getCurrentContexts | ( | ) |
Get contexts.
Definition at line 66 of file class.ilUserCreationContext.php.
References $contexts.
Referenced by addContext().
Here is the caller graph for this function:
|
static |
Get instance.
Definition at line 38 of file class.ilUserCreationContext.php.
References $instance.
Referenced by ilLDAPUserSynchronisation\performUpdate(), and ilLDAPCronSynchronization\run().
Here is the caller graph for this function:| ilUserCreationContext::getValidContexts | ( | ) |
get contexts
Definition at line 50 of file class.ilUserCreationContext.php.
Referenced by addContext().
Here is the caller graph for this function:
|
private |
Definition at line 24 of file class.ilUserCreationContext.php.
Referenced by getCurrentContexts().
|
staticprivate |
Definition at line 22 of file class.ilUserCreationContext.php.
Referenced by getInstance().
| const ilUserCreationContext::CONTEXT_ADMINISTRATION = 2 |
Definition at line 15 of file class.ilUserCreationContext.php.
| const ilUserCreationContext::CONTEXT_LDAP = 4 |
Definition at line 17 of file class.ilUserCreationContext.php.
Referenced by ilLDAPUserSynchronisation\performUpdate(), and ilLDAPCronSynchronization\run().
| const ilUserCreationContext::CONTEXT_RADIUS = 5 |
Definition at line 18 of file class.ilUserCreationContext.php.
| const ilUserCreationContext::CONTEXT_REGISTRATION = 1 |
Definition at line 14 of file class.ilUserCreationContext.php.
| const ilUserCreationContext::CONTEXT_SHIB = 6 |
Definition at line 19 of file class.ilUserCreationContext.php.
| const ilUserCreationContext::CONTEXT_SOAP = 3 |
Definition at line 16 of file class.ilUserCreationContext.php.