Example #1
0
 public static function currentResponse()
 {
     if (empty(self::$current)) {
         self::$current = new Response();
     }
     return self::$current;
 }