Liste de tous les membres
Documentation des fonctions membres
JGithubForks::create |
( |
|
$user, |
|
|
|
$repo, |
|
|
|
$org = '' |
|
) |
| |
Method to create an issue.
- Paramètres:
-
string | $user | The name of the owner of the GitHub repository. |
string | $repo | The name of the GitHub repository. |
string | $org | The organization to fork the repo into. By default it is forked to the current user. |
- Renvoie:
- object
- Depuis:
- 11.4
Références $data, $path, et $user.
JGithubForks::getList |
( |
|
$user, |
|
|
|
$repo, |
|
|
|
$page = 0 , |
|
|
|
$limit = 0 |
|
) |
| |
Method to list forks for a repository.
- Paramètres:
-
string | $user | The name of the owner of the GitHub repository. |
string | $repo | The name of the GitHub repository. |
integer | $page | Page to request |
integer | $limit | Number of results to return per page |
- Renvoie:
- array
- Depuis:
- 11.4
Références $limit, $path, et $user.
La documentation de cette classe a été générée à partir du fichier suivant :