Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JGithubForks
+ Graphe d'héritage de JGithubForks:
+ Graphe de collaboration de JGithubForks:

Liste de tous les membres

Fonctions membres publiques

 create ($user, $repo, $org= '')
 getList ($user, $repo, $page=0, $limit=0)
- Fonctions membres publiques inherited from JGithubObject
 __construct (JRegistry &$options=null, JGithubHttp $client=null)

Additional Inherited Members

- Fonctions membres protégées inherited from JGithubObject
 fetchUrl ($path, $page=0, $limit=0)
- Attributs protégés inherited from JGithubObject
 $options
 $client

Documentation des fonctions membres

JGithubForks::create (   $user,
  $repo,
  $org = '' 
)

Method to create an issue.

Paramètres:
string$userThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
string$orgThe 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$userThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
integer$pagePage to request
integer$limitNumber 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 :