__construct() __construct(\think\Request $request, \think\route\Rule $rule, mixed $dispatch, mixed $param = [], mixed $code = null) : mixed Parameters \think\Request $request \think\route\Rule $rule mixed $dispatch mixed $param mixed $code Returns mixed —
autoValidate() autoValidate(array $option) : void 验证数据 Parameters array $option Throws \think\exception\ValidateException
parseRequestCache() parseRequestCache(string|array $cache) : void 处理路由请求缓存 Parameters string|array $cache 路由缓存
createBindModel() createBindModel(array|\Clousre $bindModel, array $matches) : void 路由绑定模型实例 Parameters array|\Clousre $bindModel 绑定模型 array $matches 路由变量