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 JGithubRefs
+ Graphe d'héritage de JGithubRefs:
+ Graphe de collaboration de JGithubRefs:

Liste de tous les membres

Fonctions membres publiques

 create ($user, $repo, $ref, $sha)
 edit ($user, $repo, $ref, $sha, $force=false)
 get ($user, $repo, $ref)
 getList ($user, $repo, $namespace= '', $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

JGithubRefs::create (   $user,
  $repo,
  $ref,
  $sha 
)

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$refThe name of the fully qualified reference.
string$shaThe SHA1 value to set this reference to.
Renvoie:
object
Depuis:
11.3

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

JGithubRefs::edit (   $user,
  $repo,
  $ref,
  $sha,
  $force = false 
)

Method to update a reference.

Paramètres:
string$userThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
string$refThe reference to update.
string$shaThe SHA1 value to set the reference to.
string$forceWhether the update should be forced. Default to false.
Renvoie:
object
Depuis:
11.3

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

JGithubRefs::get (   $user,
  $repo,
  $ref 
)

Method to get a reference.

Paramètres:
string$userThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
string$refThe reference to get.
Renvoie:
object
Depuis:
11.3

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

JGithubRefs::getList (   $user,
  $repo,
  $namespace = '',
  $page = 0,
  $limit = 0 
)

Method to list references for a repository.

Paramètres:
string$userThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
string$namespaceOptional sub-namespace to limit the returned references.
integer$pagePage to request
integer$limitNumber of results to return per page
Renvoie:
array
Depuis:
11.3

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


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