LdapTools\Operation\RenameOperation::getDeleteOldRdn PHP Méthode

getDeleteOldRdn() public méthode

Get whether or not the old RDN is removed after the operation.
public getDeleteOldRdn ( ) : null | boolean
Résultat null | boolean
    public function getDeleteOldRdn()
    {
        return $this->properties['deleteOldRdn'];
    }