Method |
Description |
|
__clone ( ) |
Make sure to clone a BatchCollection instance. |
|
__construct ( string $dn, BatchCollection $batch = null ) |
|
|
getArguments ( ) |
|
|
getBatchCollection ( ) : BatchCollection | null |
The batch modifications array for a modify operation. |
|
getDn ( ) : null | string |
The distinguished name for an add, delete, or move operation. |
|
getLdapFunction ( ) |
|
|
getLogArray ( ) |
|
|
getName ( ) |
|
|
setBatchCollection ( BatchCollection $batch ) |
Set the batch modifications array for the operation. |
|
setDn ( string $dn ) |
Set the distinguished name that the operation is working on. |
|