|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilExternalAuthUserAttributeMapping. More...
Inheritance diagram for ilExternalAuthUserAttributeMapping:
Collaboration diagram for ilExternalAuthUserAttributeMapping:Public Member Functions | |
| __construct ($authMode, $authSourceId=0) | |
| ilExternalAuthUserAttributeMapping constructor. More... | |
| getAuthSourceId () | |
| setAuthSourceId ($authSourceId) | |
| getAuthMode () | |
| setAuthMode ($authMode) | |
| getEmptyRule () | |
| offsetExists ($offset) | |
| {} More... | |
| offsetGet ($offset) | |
| {} More... | |
| offsetSet ($offset, $value) | |
| {} More... | |
| offsetUnset ($offset) | |
| {} More... | |
| count () | |
| current () | |
| next () | |
| {} More... | |
| key () | |
| {} More... | |
| valid () | |
| {} More... | |
| rewind () | |
| save () | |
| delete () | |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| $db | |
| $authMode = '' | |
| $authSourceId | |
| $mapping = array() | |
Class ilExternalAuthUserAttributeMapping.
Definition at line 10 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::__construct | ( | $authMode, | |
$authSourceId = 0 |
|||
| ) |
ilExternalAuthUserAttributeMapping constructor.
| string | $authMode | |
| int | $authSourceId |
Definition at line 37 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode, $authSourceId, $GLOBALS, read(), setAuthMode(), and setAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::count | ( | ) |
Definition at line 129 of file class.ilExternalAuthUserAttributeMapping.php.
References count().
Referenced by count().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::current | ( | ) |
Definition at line 137 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
Referenced by current(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::delete | ( | ) |
Definition at line 217 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) |
| ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) |
Definition at line 53 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by delete(), read(), and save().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::getEmptyRule | ( | ) |
Definition at line 85 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::key | ( | ) |
{}
Definition at line 153 of file class.ilExternalAuthUserAttributeMapping.php.
References key().
Referenced by key().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::next | ( | ) |
{}
Definition at line 145 of file class.ilExternalAuthUserAttributeMapping.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::offsetExists | ( | $offset | ) |
{}
Definition at line 93 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) |
{}
Definition at line 101 of file class.ilExternalAuthUserAttributeMapping.php.
References offsetExists().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::offsetSet | ( | $offset, | |
| $value | |||
| ) |
{}
Definition at line 109 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::offsetUnset | ( | $offset | ) |
{}
Definition at line 121 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 174 of file class.ilExternalAuthUserAttributeMapping.php.
References $res, getAuthMode(), getAuthSourceId(), and getEmptyRule().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::rewind | ( | ) |
Definition at line 166 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::save | ( | ) |
Definition at line 196 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::setAuthMode | ( | $authMode | ) |
| string | $authMode |
Definition at line 77 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | $authSourceId | ) |
| int | $authSourceId |
Definition at line 61 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::valid | ( | ) |
{}
Definition at line 161 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by __construct(), getAuthMode(), and setAuthMode().
|
protected |
Definition at line 25 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by __construct(), getAuthSourceId(), and setAuthSourceId().
|
protected |
Definition at line 15 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 30 of file class.ilExternalAuthUserAttributeMapping.php.