From e2605e086aca2c5217ae6f7815ee968162be3bb9 Mon Sep 17 00:00:00 2001 From: leunggamciu Date: Sat, 19 Mar 2016 14:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3phpdoc=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/Response.php b/library/think/Response.php index cdb32bce..45507c35 100644 --- a/library/think/Response.php +++ b/library/think/Response.php @@ -222,7 +222,7 @@ class Response /** * URL重定向 - * @access protected + * @access public * @param string $url 跳转的URL表达式 * @param array|int $params 其它URL参数或http code * @return void @@ -240,7 +240,7 @@ class Response /** * 设置响应头 - * @access protected + * @access public * @param string $name 参数名 * @param string $value 参数值 * @return void