getInstance() getInstance(array $options = array()) : object|static 单列 Parameters array $options 参数 Returns object|static — 对象
check() check(string $name = null, integer $uid = null) : boolean 检查权限 Parameters string $name url路径 integer $uid 用户id Throws \think\exception\DbException Returns boolean — 通过验证返回true;失败返回false
getRoleUser() getRoleUser( $uid = null) : array|boolean|mixed 获取用户拥有的权限 Parameters $uid int 用户id Throws \think\exception\DbException Returns array|boolean|mixed — 拥有的角色数组
getUserInfoById() getUserInfoById( $uid = null) : array|mixed|null|\PDOStatement|string|\think\Model 根据用户id获取用户信息 Parameters $uid int 用户id Throws \think\exception\DbException Returns array|mixed|null|\PDOStatement|string|\think\Model
getConif() getConif(null $config = null) : array|mixed 获取权限相关配置文件 Parameters null $config Returns array|mixed
__construct() __construct(array $options = array()) 类架构函数 (私有构造函数,防止外界实例化对象) Parameters array $options 参数 Auth constructor.