改进注释

This commit is contained in:
thinkphp
2015-05-07 23:25:54 +08:00
parent 222038734d
commit 9095fabef0

View File

@@ -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'])) {