Ejemplo n.º 1
0
 /**
  * Clear route
  * @return Zoombi_Route
  */
 public function &clear()
 {
     $this->m_segments = array();
     $this->m_query->clear();
     return $this;
 }