LdapTools\Operation\RenameOperation::getDeleteOldRdn PHP 메소드

getDeleteOldRdn() 공개 메소드

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