yii\apidoc\helpers\ApiMarkdownLaTeX - Yii2 类参考手册
Class yii\apidoc\helpers\ApiMarkdownLaTeX
| Inheritance | yii\apidoc\helpers\ApiMarkdownLaTeX » cebe\markdown\latex\GithubMarkdown |
|---|---|
| Uses Traits | yii\apidoc\helpers\ApiMarkdownTrait |
| Available since version | 2.0 |
A Markdown helper with support for class reference links.
Public Properties
隐藏继承的属性 Hide inherited properties
| 属性Property | 类型 Type | 简介 Description | 定义在 Defined By |
|---|---|---|---|
| $renderer | yii\apidoc\renderers\BaseRenderer | yii\apidoc\helpers\ApiMarkdownLaTeX |
Protected Properties
隐藏继承的属性 Hide inherited properties
| 属性Property | 类型 Type | 简介 Description | 定义在 Defined By |
|---|---|---|---|
| $renderingContext | yii\apidoc\helpers\ApiMarkdownLaTeX |
Public Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| process() | Converts markdown into HTML | yii\apidoc\helpers\ApiMarkdownLaTeX |
Protected Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| consumeQuote() | Consume lines for a blockquote element | yii\apidoc\helpers\ApiMarkdownTrait |
| parseApiLinks() | yii\apidoc\helpers\ApiMarkdownTrait | |
| renderApiLink() | yii\apidoc\helpers\ApiMarkdownLaTeX | |
| renderBrokenApiLink() | yii\apidoc\helpers\ApiMarkdownLaTeX | |
| renderQuote() | Renders a blockquote | yii\apidoc\helpers\ApiMarkdownLaTeX |
| translateBlockType() | yii\apidoc\helpers\ApiMarkdownLaTeX |
属性详情 Property Details
方法详情 Method Details
Converts markdown into HTML
| public static string process ( $content, $context = null, $paragraph = false ) | ||
| $content | string | |
| $context | yii\apidoc\models\TypeDoc | |
| $paragraph | boolean | |
| protected void renderApiLink ( $block ) | ||
| $block | ||
| protected void renderBrokenApiLink ( $block ) | ||
| $block | ||
Renders a blockquote
| protected void renderQuote ( $block ) | ||
| $block | ||
| protected void translateBlockType ( $type ) | ||
| $type | ||