コード例 #1
0
ファイル: Generator.php プロジェクト: phpf/routes
 public function patch($name, $uri, $action = null)
 {
     $this->collection->add(new Route($name, 'PATCH', $uri, $action));
     return $this;
 }