LdapTools\Operation\RenameOperation::getDeleteOldRdn PHP Method

getDeleteOldRdn() public method

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