Method | Description | |
---|---|---|
addControl ( variadic |
Add LDAP controls 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. | |
getArguments ( ) : array | Gets an array of arguments that will be passed to the LDAP function for executing this operation. | |
getControls ( ) : |
Get the controls set for the operation. | |
getLdapFunction ( ) : string | Gets the name of the LDAP function needed to execute this operation. | |
getLogArray ( ) : array | Get an array of keys/values related to the operation. This allows for ease of use within a logger. | |
getName ( ) : string | Get the readable name that this operation represents. This is to be used in messages/exceptions. | |
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. |
public addControl ( variadic |
||
$controls | variadic |
public addPostOperation ( variadic |
||
$operation | variadic |
public addPreOperation ( variadic |
||
$operation | variadic |
public getArguments ( ) : array | ||
return | array |
public getControls ( ) : |
||
return |
public getLdapFunction ( ) : string | ||
return | string |
public getLogArray ( ) : array | ||
return | array |
public getPostOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | ||
return | LdapTools\Operation\LdapOperationInterface[] |
public getPreOperations ( ) : LdapTools\Operation\LdapOperationInterface[] | ||
return | LdapTools\Operation\LdapOperationInterface[] |