Пример #1
0
 /**
  * @desc Returns the <code>HTTPResponseCustom</code> object
  * @return HTTPResponseCustom
  */
 public static function get_response()
 {
     if (self::$response == null) {
         self::$response = new HTTPResponseCustom();
     }
     return self::$response;
 }