mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
注释修改
This commit is contained in:
@@ -1294,10 +1294,11 @@ class Request
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取当前请求的调度信息
|
* 设置或者获取当前请求的调度信息
|
||||||
* @access public
|
* @access public
|
||||||
* @param array|string $dispatch 调度信息
|
* @param array|string $dispatch 调度信息
|
||||||
* @param string $type 调度类型
|
* @param string $type 调度类型
|
||||||
|
* @param array $params 参数
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function dispatch($dispatch = null, $type = null, $params = [])
|
public function dispatch($dispatch = null, $type = null, $params = [])
|
||||||
|
|||||||
Reference in New Issue
Block a user