Graphql
扩展 AbstractPackageJoomla 框架的 GitHub API GraphQL 类。
链接 | |
---|---|
自 |
1.6.0 |
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
继承
__get
用于延迟创建 API 对象的魔术方法
__get( name) : \Joomla\Github\AbstractPackage
继承
execute
对 GraphQL API 执行查询。
execute( query, mixed||string|int variables = []) :
自 |
1.6.0 |
---|
参数
- query
string
要执行的查询。- variables
array<string|int, mixed>
可选的变量数组,包含在请求中。
响应
string
fetchUrl
用于构建并返回请求的完整请求 URL 的方法。此方法将根据需要添加适当的分页详细信息,并将 API URL 作为前缀以获得完整的请求 URL。
fetchUrl( path, page, limit) : \Joomla\Uri\Uri
继承
processResponse
处理响应并对其进行解码。
processResponse(\Joomla\Http\Response response, expectedCode = 200) :
继承
属性
包
对象所在的包
继承
自 |
1.0 |
---|
类型
string
hookEvents
包含允许的挂钩事件的数组
继承
自 |
1.5.2 |
---|---|
链接 | |
note |
从 1.4.0 到 1.5.1,它被称为 $events,由于与包子类的命名冲突,它被重命名了 |
类型
array<string|int, mixed>