◆ __construct()
Constructor.
- Paramètres
-
Registry | $options | GitHub options object. |
JGithubHttp | $client | The HTTP client object. |
- Depuis
- 1.7.3
Références $client, et $options.
◆ __get()
Magic method to lazily create API objects
- Paramètres
-
string | $name | Name of property to retrieve |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- JGithubObject GitHub API object (gists, issues, pulls, etc).
Références $className, et $name.
◆ getOption()
Get an option from the JGitHub instance.
- Paramètres
-
string | $key | The name of the option to get. |
- Renvoie
- mixed The option value.
- Depuis
- 1.7.3
Références $key.
◆ setOption()
setOption |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Set an option for the JGitHub instance.
- Paramètres
-
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
- Renvoie
- JGitHub This object for method chaining.
- Depuis
- 1.7.3
Références $key, et $value.
◆ $client
◆ $legacyPackages
$legacyPackages = array('refs', 'forks', 'commits', 'milestones', 'statuses', 'account', 'hooks', 'meta') |
|
protected |
◆ $options
◆ $packages
Valeur initiale := array(
'activity',
'authorization',
'data',
'gists',
'gitignore',
'issues',
'markdown',
'orgs',
'pulls',
'repositories',
'users',
)
La documentation de cette classe a été générée à partir du fichier suivant :