Exemplo n.º 1
0
 public function renderDefault($hash = '')
 {
     $this->template->pasteData = $this->pasteManager->get($hash);
 }
Exemplo n.º 2
0
 public function pasteItFormSucceeded($form)
 {
     $hash = $this->pasteManager->save($form->values);
     $this->redirect('Show:default', $hash);
 }