AbstractGithubObject
Joomla 框架的 GitHub API 对象类。
抽象
自版本 |
1.0 |
---|---|
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
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 |
---|---|
link | |
note |
从 1.4.0 到 1.5.1,此名称为 $events,由于与包子类的命名冲突,因此已重命名 |
类型
array<string|int, mixed>