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

Fonctions membres publiques

 getPublic ()
 
 getRepository ($owner, $repo)
 
 getIssue ($owner, $repo)
 
 getNetwork ($owner, $repo)
 
 getOrg ($org)
 
 getUser ($user)
 
 getUserPublic ($user)
 
 getByUser ($user)
 
 getByUserPublic ($user)
 
 getUserOrg ($user, $org)
 
- 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 Activity Events class for the Joomla Platform.

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

Depuis
3.3 (CMS)
Obsolète:
4.0 Use the joomla/github package via Composer instead

Documentation des fonctions membres

◆ getByUser()

getByUser (   $user)

List events performed by a user.

If you are authenticated as the given user, you will see your private events. Otherwise, you’ll only see public events.

Paramètres
string$userUser name.
Depuis
3.1.4
Renvoie
object

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

◆ getByUserPublic()

getByUserPublic (   $user)

List public events performed by a user.

Paramètres
string$userUser name.
Depuis
3.1.4
Renvoie
object

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

◆ getIssue()

getIssue (   $owner,
  $repo 
)

List issue events for a repository.

Paramètres
string$ownerRepository owner.
string$repoRepository name.
Depuis
3.1.4
Renvoie
object

Références $path.

◆ getNetwork()

getNetwork (   $owner,
  $repo 
)

List public events for a network of repositories.

Paramètres
string$ownerRepository owner.
string$repoRepository name.
Depuis
3.1.4
Renvoie
object

Références $path.

◆ getOrg()

getOrg (   $org)

List public events for an organization.

Paramètres
string$orgOrganisation.
Depuis
3.1.4
Renvoie
object

Références $path.

◆ getPublic()

getPublic ( )

List public events.

Depuis
3.1.4
Renvoie
object

Références $path.

◆ getRepository()

getRepository (   $owner,
  $repo 
)

List repository events.

Paramètres
string$ownerRepository owner.
string$repoRepository name.
Depuis
3.1.4
Renvoie
object

Références $path.

◆ getUser()

getUser (   $user)

List events that a user has received.

These are events that you’ve received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you’ll only see public events.

Paramètres
string$userUser name.
Depuis
3.1.4
Renvoie
object

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

◆ getUserOrg()

getUserOrg (   $user,
  $org 
)

List events for an organization.

This is the user’s organization dashboard. You must be authenticated as the user to view this.

Paramètres
string$userUser name.
string$orgOrganisation.
Depuis
3.1.4
Renvoie
object

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

◆ getUserPublic()

getUserPublic (   $user)

List public events that a user has received.

Paramètres
string$userUser name.
Depuis
3.1.4
Renvoie
object

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


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