applyAuthNode() applyAuthNode() : boolean 应用用户权限节点 Throws \think\db\exception\DataNotFoundException \think\db\exception\ModelNotFoundException \think\exception\DbException Returns boolean
checkAuthNode() checkAuthNode(string $node) : boolean 检查用户节点权限 Parameters string $node 节点 Returns boolean
getNodeTree() getNodeTree(string $dirPath, array $nodes = array()) : array 获取节点列表 Parameters string $dirPath 路径 array $nodes 额外数据 Returns array
scanDirFile() scanDirFile(string $dirPath, array $data = array(), string $ext = 'php') : array 获取所有PHP文件 Parameters string $dirPath 目录 array $data 额外数据 string $ext 有文件后缀 Returns array