Ejemplo n.º 1
0
 /**
  * Set response output to JSON mode
  *
  * @return void
  */
 public static function setJson()
 {
     if (!self::$outJson) {
         self::$outJson = true;
         self::$data = [];
     }
 }