yii\apidoc\helpers\IndexFileAnalyzer - Yii2 类参考手册
Class yii\apidoc\helpers\IndexFileAnalyzer
| Inheritance | yii\apidoc\helpers\IndexFileAnalyzer » cebe\markdown\Markdown |
|---|
IndexFileAnalyzer analyzes index file with TOC. Typically README.md.
Public Properties
隐藏继承的属性 Hide inherited properties
| 属性Property | 类型 Type | 简介 Description | 定义在 Defined By |
|---|---|---|---|
| $introduction | yii\apidoc\helpers\IndexFileAnalyzer | ||
| $title | yii\apidoc\helpers\IndexFileAnalyzer |
Public Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| analyze() | Parses text and returns list of chapters got from it | yii\apidoc\helpers\IndexFileAnalyzer |
Protected Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| renderHeadline() | yii\apidoc\helpers\IndexFileAnalyzer | |
| renderList() | yii\apidoc\helpers\IndexFileAnalyzer | |
| renderParagraph() | yii\apidoc\helpers\IndexFileAnalyzer |
属性详情 Property Details
方法详情 Method Details
Parses text and returns list of chapters got from it
| public array analyze ( $text ) | ||
| $text | string | |
| protected void renderHeadline ( $block ) | ||
| $block | ||
| protected void renderList ( $block ) | ||
| $block | ||
| protected void renderParagraph ( $block ) | ||
| $block | ||