コード例 #1
0
ファイル: TwoWay.php プロジェクト: BGCX262/zym-svn-to-git
 /**
  * Sets the default namespace for this filter type
  *
  * @param string $path Default Namespace for this filter type
  * @return string
  */
 protected static function _setDefaultNamespace($path)
 {
     self::$_defaultNamespace = $path;
     return self::$_defaultNamespace;
 }