Property | Type | Description | |
---|---|---|---|
$controls | |||
$postOperations | LdapTools\Operation\LdapOperationInterface[] | ||
$preOperations | LdapTools\Operation\LdapOperationInterface[] | ||
$server | null | string |
Method | Description | |
---|---|---|
addControl ( variadic |
Add a control to the operation. | |
addPostOperation ( variadic |
Add an operation that should be executed after this operation. | |
addPreOperation ( variadic |
Add an operation that should be executed before this operation. | |
getControls ( ) : |
Get the controls set for the operation. | |
getPostOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | Get operations that should be executed after this operation. | |
getPreOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | Get operations that should be executed before this operation. | |
getServer ( ) : null | string | Get the server that should be used for the operation. | |
setServer ( string | null $server ) | Set the LDAP server that should be used for the operation. |
Method | Description | |
---|---|---|
mergeLogDefaults ( array $log ) : array | Merges the log array with common log properties. |
public addControl ( variadic |
||
$controls | variadic |
public addPostOperation ( variadic |
||
$operations | variadic |
public addPreOperation ( variadic |
||
$operations | variadic |
public getControls ( ) : |
||
return |
public getPostOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | ||
return | LdapTools\Operation\LdapOperationInterface[] |
public getPreOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | ||
return | LdapTools\Operation\LdapOperationInterface[] |
protected mergeLogDefaults ( array $log ) : array | ||
$log | array | |
return | array |
protected LdapControl[],LdapTools\Connection $controls | ||
return |
protected LdapOperationInterface[],LdapTools\Operation $postOperations | ||
return | LdapTools\Operation\LdapOperationInterface[] |
protected LdapOperationInterface[],LdapTools\Operation $preOperations | ||
return | LdapTools\Operation\LdapOperationInterface[] |