コード例 #1
0
ファイル: route.php プロジェクト: BGCX261/zoombi-svn-to-git
 public function __unset($a_name)
 {
     if ($this->m_query->has($a_name)) {
         return $this->m_query->unsetValue($a_name);
     }
 }