コード例 #1
0
ファイル: Inflector.php プロジェクト: lerre/framework
 /**
  * Stale the cache of inflection data
  */
 public static function clearCache()
 {
     self::$_inflections = array();
 }