Trait yii\apidoc\helpers\ApiMarkdownTrait
| Implemented by | yii\apidoc\helpers\ApiMarkdown, yii\apidoc\helpers\ApiMarkdownLaTeX | 
|---|
Class ApiMarkdownTrait
Protected Methods
| Method | Description | Defined By | 
|---|---|---|
| consumeQuote() | Consume lines for a blockquote element | yii\apidoc\helpers\ApiMarkdownTrait | 
| parseApiLinks() | yii\apidoc\helpers\ApiMarkdownTrait | |
| renderApiLink() | Renders API link | yii\apidoc\helpers\ApiMarkdownTrait | 
| renderBrokenApiLink() | Renders API link that is broken i.e. points nowhere | yii\apidoc\helpers\ApiMarkdownTrait | 
| renderQuote() | Renders a blockquote | yii\apidoc\helpers\ApiMarkdownTrait | 
| translateBlockType() | yii\apidoc\helpers\ApiMarkdownTrait | 
Method Details
Consume lines for a blockquote element
| protected void consumeQuote ( $lines, $current ) | ||
| $lines | ||
| $current | ||
| protected void parseApiLinks ( $text ) | ||
| $text | ||
Renders API link
| protected string renderApiLink ( $block ) | ||
| $block | array | |
Renders API link that is broken i.e. points nowhere
| protected string renderBrokenApiLink ( $block ) | ||
| $block | array | |
Renders a blockquote
| protected void renderQuote ( $block ) | ||
| $block | ||
| protected abstract void translateBlockType ( $type ) | ||
| $type | ||