Exemplo n.º 1
0
 public function fetch($hash, $class, ServerInterface $server)
 {
     $route = $this->router->generate('get_object', array('hash' => $hash, 'class' => $class));
     $response = $this->client->get($server->getUrl($route));
     return $response->getBody()->getContents();
 }