From 9095fabef028a28d2822fdd72699fcd25b50ccfa Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 7 May 2015 23:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/controller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/think/controller.php b/library/think/controller.php index 9de09bba..b178804b 100644 --- a/library/think/controller.php +++ b/library/think/controller.php @@ -41,9 +41,9 @@ class Controller { /** * 前置操作 - * @access public - * @param $method - * @param $options + * @access protected + * @param string $method 前置操作方法名 + * @param array $options 调用参数 ['only'=>[...]] 或者['except'=>[...]] */ protected function beforeAction($method, $options) { if (isset($options['only'])) {