Метод | Описание | |
---|---|---|
getAttribute ( ) : string | ||
getBatch ( ) : |
||
getDn ( ) : string | null | ||
getLastValue ( ) : mixed | ||
getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null | ||
getOperationType ( ) : integer | ||
setLastValue ( $value ) |
Метод | Описание | |
---|---|---|
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. |
protected getArrayValue ( array $options, string $key ) | ||
$options | array | |
$key | string |
abstract public getAttribute ( ) : string | ||
Результат | string |
abstract public getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null | ||
Результат | LdapTools\Connection\LdapConnectionInterface | null |
abstract public getOperationType ( ) : integer | ||
Результат | integer |
protected setDefaultLastValue ( string $attribute, mixed $default ) | ||
$attribute | string | |
$default | mixed |
protected validateCurrentAttribute ( array $options ) | ||
$options | array |