Zen
扩展 AbstractPackageJoomla 框架的 GitHub API Zen 类。
自 |
1.0 |
---|---|
文档 |
http://developer.github.com/guides/getting-started/ |
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
继承
__get
延迟创建 API 对象的魔术方法
__get( name) : \Joomla\Github\AbstractPackage
继承
fetchUrl
构建并返回请求的完整请求 URL 的方法。如果需要,此方法将添加适当的分页详细信息,并将 API url 添加到请求的完整 URL 前缀。
fetchUrl( path, page, limit) : \Joomla\Uri\Uri
继承
get
获取关于我们设计理念之一的随机响应。
get() :
抛出 |
|
---|
响应
string
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>