LdapTools\Ldif\Entry\LdifEntryModDn::getDeleteOldRdn PHP Method

getDeleteOldRdn() public method

Get whether the old RDN should be deleted.
public getDeleteOldRdn ( ) : boolean
return boolean
    public function getDeleteOldRdn()
    {
        return $this->deleteOldRdn;
    }