コード例 #1
0
ファイル: Inflector.php プロジェクト: BaguettePHP/phactory
 /**
  * Forget all stored exceptions.
  */
 public static function reset()
 {
     self::$_exceptions = [];
 }
コード例 #2
0
ファイル: Inflector.php プロジェクト: chriskite/phactory
 public static function reset()
 {
     self::$_exceptions = array();
 }