Method |
Description |
|
getArrayValue ( array $options, string $key ) |
Get the value of an array key in a case-insensitive way. |
|
getCurrentLdapAttributeValue ( string $attribute ) : array | string | null |
This can be called to retrieve the current value of an attribute from LDAP. |
|
modifyMultivaluedAttribute ( array $values, array $newValues ) : array |
Modifies a multivalued attribute array based off the original values, the new values, and the modification type. |
|
setDefaultLastValue ( string $attribute, mixed $default ) |
Specify an attribute to query to set as the last value. If that is not found, have it set the value specified by
whatever you pass to $default. |
|
validateCurrentAttribute ( array $options ) |
If the current attribute does not exist in the array, then throw an error. |
|