Method | Description | |
---|---|---|
getIsMultiValuedConverter ( ) | ||
getRemoveOriginalValue ( ) | ||
toLdap ( $values ) |
Method | Description | |
---|---|---|
addOperation ( string $dn, integer $batchType ) | Add the correct operation for the action as a post operation to the current operation. | |
createOperationsFromValues ( array $values ) | Given the set of array values create the correct operation. | |
getBatchTypeForOperation ( ) : integer | Get the batch type for the operation that was specified. | |
removeCurrentGroups ( ) | Gets the current group membership and generates operations to remove them all. | |
shouldRemoveCurrentGroups ( ) : boolean |
protected addOperation ( string $dn, integer $batchType ) | ||
$dn | string | |
$batchType | integer |
protected createOperationsFromValues ( array $values ) | ||
$values | array |
protected getBatchTypeForOperation ( ) : integer | ||
return | integer |
protected removeCurrentGroups ( ) |
protected shouldRemoveCurrentGroups ( ) : boolean | ||
return | boolean |