Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JGithubPackageRepositoriesForks
+ Graphe d'héritage de JGithubPackageRepositoriesForks:

Fonctions membres publiques

 create ($user, $repo, $org='')
 
 getList ($user, $repo, $page=0, $limit=0)
 
- Fonctions membres publiques hérités de JGithubPackage
 __get ($name)
 
- Fonctions membres publiques hérités de JGithubObject
 __construct (Registry $options=null, JGithubHttp $client=null)
 

Membres hérités additionnels

- Fonctions membres protégées hérités de JGithubObject
 fetchUrl ($path, $page=0, $limit=0)
 
 processResponse (JHttpResponse $response, $expectedCode=200, $decode=true)
 
- Attributs protégés hérités de JGithubPackage
 $name = ''
 
 $packages = array()
 
- Attributs protégés hérités de JGithubObject
 $options
 
 $client
 

Description détaillée

GitHub API Forks class for the Joomla Platform.

https://developer.github.com/v3/repos/forks

Depuis
1.7.3
Obsolète:
4.0 Use the joomla/github package via Composer instead

Documentation des fonctions membres

◆ create()

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

Method to fork a repository.

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
2.5.0
Exceptions
DomainException

Références $data, $path, $user, et json_encode.

◆ getList()

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
2.5.0
Exceptions
DomainException

Références $limit, $path, et $user.


La documentation de cette classe a été générée à partir du fichier suivant :