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