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

Fonctions membres publiques

 render ($text, $mode='gfm', $context=null)
 
- 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 Markdown class.

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

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

Documentation des fonctions membres

◆ render()

render (   $text,
  $mode = 'gfm',
  $context = null 
)

Method to render a markdown document.

Paramètres
string$textThe text object being parsed.
string$modeThe parsing mode; valid options are 'markdown' or 'gfm'.
string$contextAn optional repository context, only used in 'gfm' mode.
Depuis
3.3 (CMS)
Exceptions
DomainException
InvalidArgumentException
Renvoie
string Formatted HTML

Références $context, $data, $message, $mode, $path, $text, et json_encode.


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