LdapTools\Ldif\Entry\LdifEntryModDn::getNewLocation PHP Метод

getNewLocation() публичный Метод

Get the new location (OU/container) for the LDAP object.
public getNewLocation ( ) : string
Результат string
    public function getNewLocation()
    {
        return $this->newSuperior;
    }