mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
改进注释
This commit is contained in:
@@ -41,9 +41,9 @@ class Controller {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 前置操作
|
* 前置操作
|
||||||
* @access public
|
* @access protected
|
||||||
* @param $method
|
* @param string $method 前置操作方法名
|
||||||
* @param $options
|
* @param array $options 调用参数 ['only'=>[...]] 或者['except'=>[...]]
|
||||||
*/
|
*/
|
||||||
protected function beforeAction($method, $options) {
|
protected function beforeAction($method, $options) {
|
||||||
if (isset($options['only'])) {
|
if (isset($options['only'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user