LdapTools\Ldif\Entry\LdifEntryModDn::getNewLocation PHP Méthode

getNewLocation() public méthode

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