PHP Class LdapTools\Ldif\Entry\LdifEntryModRdn

Author: Chad Sikorra ([email protected])
Inheritance: extends LdifEntryModDn
Show file Open project: ldaptools/ldaptools Class Usage Examples

Public Methods

Method Description
__construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )

Method Details

__construct() public method

public __construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )
$dn string
$newLocation null | string The new container/OU for the LDAP object.
$newRdn null | string The new RDN for the LDAP object.
$deleteOldRdn boolean Whether the old RDN should be deleted.