|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilSamlMappedUserAttributeValueParser. More...
Collaboration diagram for ilSamlMappedUserAttributeValueParser:Public Member Functions | |
| __construct (\ilExternalAuthUserAttributeMappingRule $rule, array $userData) | |
| ilSamlMappedUserAttributeValueParser constructor. More... | |
| getAttributeKey () | |
| parse () | |
Data Fields | |
| const | ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Protected Member Functions | |
| getValueIndex () | |
Protected Attributes | |
| $rule | |
| $userData = [] | |
Class ilSamlMappedUserAttributeValueParser.
Definition at line 7 of file class.ilSamlMappedUserAttributeValueParser.php.
| ilSamlMappedUserAttributeValueParser::__construct | ( | \ilExternalAuthUserAttributeMappingRule | $rule, |
| array | $userData | ||
| ) |
ilSamlMappedUserAttributeValueParser constructor.
| ilExternalAuthUserAttributeMappingRule | $rule | |
| array | $userData |
Definition at line 21 of file class.ilSamlMappedUserAttributeValueParser.php.
| ilSamlMappedUserAttributeValueParser::getAttributeKey | ( | ) |
Definition at line 47 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by parse().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilSamlMappedUserAttributeValueParser.php.
References $index.
Referenced by parse().
Here is the caller graph for this function:| ilSamlMappedUserAttributeValueParser::parse | ( | ) |
Definition at line 65 of file class.ilSamlMappedUserAttributeValueParser.php.
References getAttributeKey(), and getValueIndex().
Here is the call graph for this function:
|
protected |
Definition at line 12 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
|
protected |
Definition at line 14 of file class.ilSamlMappedUserAttributeValueParser.php.
Referenced by __construct().
| const ilSamlMappedUserAttributeValueParser::ATTR_REGEX = '/^(.*?)(\|(\d+))?$/' |
Definition at line 9 of file class.ilSamlMappedUserAttributeValueParser.php.