Method |
Description |
|
__construct ( string $dn = null, array $attributes = [] ) |
|
|
getArguments ( ) |
|
|
getAttributes ( ) : array | null |
Get either: The attributes selected for a query operation. The attributes to be set for an add operation. |
|
getDn ( ) : null | string |
The distinguished name for an add, delete, or move operation. |
|
getLdapFunction ( ) |
|
|
getLocation ( ) : string | null |
Get the location where the LDAP object should be created (ie. OU/container). This is only valid when the operation
is hydrated. |
|
getLogArray ( ) |
|
|
getName ( ) |
|
|
setAttributes ( array $attributes ) |
Set the attributes selected or added to/from LDAP (add or select operation). |
|
setDn ( string $dn ) |
Set the distinguished name that the operation is working on. |
|
setLocation ( string $location ) |
Set the location where the LDAP object should be created (ie. OU/container). This is only valid when the operation
is hydrated. |
|