Exemplo n.º 1
0
 /**
  * Stale the cache of inflection data
  */
 public static function clearCache()
 {
     self::$_inflections = array();
 }