ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilExternalAuthUserAttributeMapping. More...
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().
ilExternalAuthUserAttributeMapping::count | ( | ) |
ilExternalAuthUserAttributeMapping::current | ( | ) |
Definition at line 137 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by valid().
ilExternalAuthUserAttributeMapping::delete | ( | ) |
Definition at line 217 of file class.ilExternalAuthUserAttributeMapping.php.
References array, getAuthMode(), and getAuthSourceId().
ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) |
ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) |
Definition at line 53 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by delete(), read(), and save().
ilExternalAuthUserAttributeMapping::getEmptyRule | ( | ) |
Definition at line 85 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
ilExternalAuthUserAttributeMapping::key | ( | ) |
ilExternalAuthUserAttributeMapping::next | ( | ) |
ilExternalAuthUserAttributeMapping::offsetExists | ( | $offset | ) |
{}
Definition at line 93 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) |
{}
Definition at line 101 of file class.ilExternalAuthUserAttributeMapping.php.
References offsetExists().
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, $row, $rule, array, getAuthMode(), getAuthSourceId(), and getEmptyRule().
Referenced by __construct().
ilExternalAuthUserAttributeMapping::rewind | ( | ) |
Definition at line 166 of file class.ilExternalAuthUserAttributeMapping.php.
ilExternalAuthUserAttributeMapping::save | ( | ) |
Definition at line 196 of file class.ilExternalAuthUserAttributeMapping.php.
References $rule, array, getAuthMode(), and getAuthSourceId().
ilExternalAuthUserAttributeMapping::setAuthMode | ( | $authMode | ) |
string | $authMode |
Definition at line 77 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | $authSourceId | ) |
int | $authSourceId |
Definition at line 61 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
ilExternalAuthUserAttributeMapping::valid | ( | ) |
{}
Definition at line 161 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
|
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.