top-think / framework

ThinkPHP Framework
http://www.thinkphp.cn
Other
2.71k stars 1.05k forks source link

Session的Facade能不能也加上Cookie/Cache@method #3013

Closed hulang closed 2 weeks ago

hulang commented 1 month ago
/**
 * @see \think\Session
 * @package think\facade
 * @mixin \think\Session
 * @method static mixed getConfig(null|string $name = null, mixed $default = null) 获取Session配置
 * @method static string|null getDefaultDriver() 默认驱动
 */
class Session extends Facade

没有:Cookie/Cache那么多,Session IDE提示没有。。不会这么点@method都难以添加吧。。。