예제 #1
0
파일: Router.php 프로젝트: solve/router
 public function removeRoute($name)
 {
     $this->_routes->offsetUnset($name);
     return $this;
 }
예제 #2
0
 public function remove($name)
 {
     $this->_storage->offsetUnset($name);
     return $this;
 }