|
ILIAS
release_8 Revision v8.24
|
Class ilExternalAuthUserAttributeMapping. More...
Inheritance diagram for ilExternalAuthUserAttributeMapping:
Collaboration diagram for ilExternalAuthUserAttributeMapping:Public Member Functions | |
| __construct (string $authMode, int $authSourceId=0) | |
| getAuthSourceId () | |
| setAuthSourceId (int $authSourceId) | |
| getAuthMode () | |
| setAuthMode (string $authMode) | |
| getEmptyRule () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| count () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| save () | |
| delete () | |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db |
| string | $authMode |
| int | $authSourceId |
| array | $mapping = [] |
Class ilExternalAuthUserAttributeMapping.
Definition at line 25 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::__construct | ( | string | $authMode, |
| int | $authSourceId = 0 |
||
| ) |
Definition at line 33 of file class.ilExternalAuthUserAttributeMapping.php.
References $DIC, read(), setAuthMode(), and setAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::count | ( | ) |
Definition at line 93 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 98 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 160 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) |
| ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) |
Definition at line 44 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 64 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::key | ( | ) |
Definition at line 108 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 103 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 69 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) |
Definition at line 74 of file class.ilExternalAuthUserAttributeMapping.php.
References offsetExists().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 79 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::offsetUnset | ( | $offset | ) |
Definition at line 88 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 123 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 118 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::save | ( | ) |
Definition at line 142 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::setAuthMode | ( | string | $authMode | ) |
Definition at line 59 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | int | $authSourceId | ) |
Definition at line 49 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::valid | ( | ) |
Definition at line 113 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthMode(), and setAuthMode().
|
protected |
Definition at line 29 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthSourceId(), and setAuthSourceId().
|
protected |
Definition at line 27 of file class.ilExternalAuthUserAttributeMapping.php.
|
protected |
Definition at line 31 of file class.ilExternalAuthUserAttributeMapping.php.