Exemplo n.º 1
0
 /**
  * Find a snapshot by its id and render all of it's data.
  *
  * @param $id
  * @return string
  */
 public function render($id)
 {
     return $this->renderer->make($this->config['view'], ['snapshot' => $this->store->find($id)]);
 }