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é
Référence de la classe JGithubPackageIssuesEvents
+ Graphe d'héritage de JGithubPackageIssuesEvents:

Fonctions membres publiques

 getList ($owner, $repo, $issueNumber, $page=0, $limit=0)
 
 getListRepository ($owner, $repo, $issueId, $page=0, $limit=0)
 
 get ($owner, $repo, $id)
 
- 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 Issues Events class for the Joomla Platform.

Records various events that occur around an Issue or Pull Request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.

https://developer.github.com/v3/issues/events/

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

Documentation des fonctions membres

◆ get()

get (   $owner,
  $repo,
  $id 
)

Get a single event.

Paramètres
string$ownerThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
integer$idThe event number.
Renvoie
object

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

◆ getList()

getList (   $owner,
  $repo,
  $issueNumber,
  $page = 0,
  $limit = 0 
)

List events for an issue.

Paramètres
string$ownerThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
integer$issueNumberThe issue number.
integer$pageThe page number from which to get items.
integer$limitThe number of items on a page.
Renvoie
object

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

◆ getListRepository()

getListRepository (   $owner,
  $repo,
  $issueId,
  $page = 0,
  $limit = 0 
)

List events for a repository.

Paramètres
string$ownerThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
integer$issueIdThe issue number.
integer$pageThe page number from which to get items.
integer$limitThe number of items on a page.
Renvoie
object

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


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