コード例 #1
0
ファイル: Context.php プロジェクト: JonathanRH/thebuggenie
 public static function setDebugMode($value = true)
 {
     self::$_debug_mode = $value;
 }