コード例 #1
0
ファイル: PastePresenter.php プロジェクト: hadikcz/PasteIt
 public function pasteItFormSucceeded($form)
 {
     $hash = $this->pasteManager->save($form->values);
     $this->redirect('Show:default', $hash);
 }