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

Fonctions membres publiques

 getListUser ($user)
 
 getList ()
 
 get ($id)
 
 create ($title, $key)
 
 edit ($id, $title, $key)
 
 delete ($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 References class for the Joomla Platform.

https://developer.github.com/v3/users/keys

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

Documentation des fonctions membres

◆ create()

create (   $title,
  $key 
)

Create a public key

Paramètres
string$titleThe title of the key.
string$keyThe key.
Depuis
3.3 (CMS)
Renvoie
object

Références $data, $key, $path, $title, et json_encode.

◆ delete()

delete (   $id)

Delete a public key.

Paramètres
integer$idThe id of the key.
Depuis
3.3 (CMS)
Renvoie
object

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

◆ edit()

edit (   $id,
  $title,
  $key 
)

Update a public key.

Paramètres
integer$idThe id of the key.
string$titleThe title of the key.
string$keyThe key.
Depuis
3.3 (CMS)
Renvoie
object

Références $data, $id, $key, $path, $title, et json_encode.

◆ get()

get (   $id)

Get a single public key.

Paramètres
integer$idThe id of the key.
Depuis
3.3 (CMS)
Renvoie
object

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

◆ getList()

getList ( )

List your public keys.

Lists the current user’s keys. Management of public keys via the API requires that you are authenticated through basic auth, or OAuth with the ‘user’ scope.

Depuis
3.3 (CMS)
Renvoie
object

Références $path.

◆ getListUser()

getListUser (   $user)

List public keys for a user.

Lists the verified public keys for a user. This is accessible by anyone.

Paramètres
string$userThe name of the user.
Depuis
3.3 (CMS)
Renvoie
object

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


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