|
| | getList ($owner, $repo, $issueNumber, $page=0, $limit=0) |
| |
| | getListRepository ($owner, $repo, $issueId, $page=0, $limit=0) |
| |
| | get ($owner, $repo, $id) |
| |
| | __get ($name) |
| |
| | __construct (Registry $options=null, JGithubHttp $client=null) |
| |
GitHub API Issues Events class for the Joomla Platform.
Records various events that occur around an Issue or Pull Request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.
https://developer.github.com/v3/issues/events/
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/github package via Composer instead
◆ get()
| get |
( |
|
$owner, |
|
|
|
$repo, |
|
|
|
$id |
|
) |
| |
Get a single event.
- Paramètres
-
| string | $owner | The name of the owner of the GitHub repository. |
| string | $repo | The name of the GitHub repository. |
| integer | $id | The event number. |
- Renvoie
- object
Références $id, et $path.
◆ getList()
| getList |
( |
|
$owner, |
|
|
|
$repo, |
|
|
|
$issueNumber, |
|
|
|
$page = 0, |
|
|
|
$limit = 0 |
|
) |
| |
List events for an issue.
- Paramètres
-
| string | $owner | The name of the owner of the GitHub repository. |
| string | $repo | The name of the GitHub repository. |
| integer | $issueNumber | The issue number. |
| integer | $page | The page number from which to get items. |
| integer | $limit | The number of items on a page. |
- Renvoie
- object
Références $limit, et $path.
◆ getListRepository()
| getListRepository |
( |
|
$owner, |
|
|
|
$repo, |
|
|
|
$issueId, |
|
|
|
$page = 0, |
|
|
|
$limit = 0 |
|
) |
| |
List events for a repository.
- Paramètres
-
| string | $owner | The name of the owner of the GitHub repository. |
| string | $repo | The name of the GitHub repository. |
| integer | $issueId | The issue number. |
| integer | $page | The page number from which to get items. |
| integer | $limit | The number of items on a page. |
- Renvoie
- object
Références $limit, et $path.
La documentation de cette classe a été générée à partir du fichier suivant :