예제 #1
0
 /**
  * Clear route
  * @return ZRoute
  */
 public function &clear()
 {
     $this->m_path->clear();
     $this->m_param->clear();
     $this->m_query->clear();
     return $this;
 }
예제 #2
0
 /**
  * Clear route
  * @return ZRoute
  */
 public function &clear()
 {
     $this->m_segments = array();
     $this->m_query->clear();
     return $this;
 }