Method |
Description |
|
__construct ( string $dn, null | string $newRdn = null, null | string $newLocation = null, boolean $deleteOldRdn = true ) |
|
|
getArguments ( ) |
|
|
getDeleteOldRdn ( ) : null | boolean |
Get whether or not the old RDN is removed after the operation. |
|
getDn ( ) : null | string |
The distinguished name for an add, delete, or move operation. |
|
getLdapFunction ( ) |
|
|
getLogArray ( ) |
|
|
getName ( ) |
|
|
getNewLocation ( ) : null | string |
Get the DN of the container/ou/parent that the object will be moved to. |
|
getNewRdn ( ) : string |
Get the new RDN that the LDAP object will have. |
|
setDeleteOldRdn ( boolean $delete ) |
Set whether or not the old RDN is removed after the operation. If your intent is to move the object, then this
should be set to true typically. |
|
setDn ( string $dn ) |
Set the distinguished name that the operation is working on. |
|
setNewLocation ( null | string $dn ) |
Set the DN of the container/ou/parent that the object will be moved to. If the object is not moving, but rather
just being renamed, then this should be set to null. |
|
setNewRdn ( string $rdn ) |
Set the new RDN that the LDAP object will have (ie. "cn=Foo") |
|