コード例 #1
0
ファイル: Controller.php プロジェクト: benconnito/kopper
 protected function isPut()
 {
     return $this->request->isPut();
 }