LdapTools\Operation\RenameOperation::getNewLocation PHP Method

getNewLocation() public method

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