LdapTools\Operation\RenameOperation::getNewLocation PHP Méthode

getNewLocation() public méthode

Get the DN of the container/ou/parent that the object will be moved to.
public getNewLocation ( ) : null | string
Résultat null | string
    public function getNewLocation()
    {
        return $this->properties['newLocation'];
    }