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

Fonctions membres publiques

 getList ($owner, $repo)
 
 check ($owner, $repo, $assignee)
 
- 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 Assignees class for the Joomla Platform.

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

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

Documentation des fonctions membres

◆ check()

check (   $owner,
  $repo,
  $assignee 
)

Check assignee.

You may check to see if a particular user is an assignee for a repository. If the given assignee login belongs to an assignee for the repository, a 204 header with no content is returned. Otherwise a 404 status code is returned.

Paramètres
string$ownerThe name of the owner of the GitHub repository.
string$repoThe name of the GitHub repository.
string$assigneeThe assignees login name.
Exceptions
DomainException|Exception
Renvoie
boolean

Références $path.

◆ getList()

getList (   $owner,
  $repo 
)

List assignees.

This call lists all the available assignees (owner + collaborators) to which issues may be assigned.

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

Références $path.


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