コード例 #1
0
ファイル: Data.php プロジェクト: rcclaudrey/dev
 public static function setSilentExceptions($type = true)
 {
     self::$_silentException = $type;
 }