예제 #1
0
파일: Generator.php 프로젝트: phpf/routes
 public function patch($name, $uri, $action = null)
 {
     $this->collection->add(new Route($name, 'PATCH', $uri, $action));
     return $this;
 }