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

Fonctions membres publiques

 getList ()
 
 get ($name, $raw=false)
 
- 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 Gitignore class for the Joomla Platform.

The .gitignore Templates API lists and fetches templates from the GitHub .gitignore repository.

https://developer.github.com/v3/gitignore/ https://github.com/github/gitignore

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

Documentation des fonctions membres

◆ get()

get (   $name,
  $raw = false 
)

Get a single template

Paramètres
string$nameThe name of the template
boolean$rawRaw output
Exceptions
DomainException
Depuis
3.3 (CMS)
Renvoie
mixed|string

Références $message, $name, et $path.

◆ getList()

getList ( )

Listing available templates

List all templates available to pass as an option when creating a repository.

Depuis
3.3 (CMS)
Renvoie
object

Références $path.


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