Esempio n. 1
0
 public function removeRoute($name)
 {
     $this->_routes->offsetUnset($name);
     return $this;
 }
Esempio n. 2
0
 public function remove($name)
 {
     $this->_storage->offsetUnset($name);
     return $this;
 }