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

getNewLocation() public method

Get the new location (OU/container) for the LDAP object.
public getNewLocation ( ) : string
return string
    public function getNewLocation()
    {
        return $this->newSuperior;
    }