yii\apidoc\helpers\IndexFileAnalyzer - Yii2 类参考手册

Class yii\apidoc\helpers\IndexFileAnalyzer

Inheritanceyii\apidoc\helpers\IndexFileAnalyzer » cebe\markdown\Markdown

IndexFileAnalyzer analyzes index file with TOC. Typically README.md.

Public Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined By
analyze() Parses text and returns list of chapters got from it yii\apidoc\helpers\IndexFileAnalyzer

属性详情 Property Details

$introduction public property
public $introduction null
$title public property
public $title null

方法详情 Method Details

analyze() public method

Parses text and returns list of chapters got from it

public array analyze ( $text )
$text string
renderHeadline() protected method

protected void renderHeadline ( $block )
$block
renderList() protected method

protected void renderList ( $block )
$block
renderParagraph() protected method

protected void renderParagraph ( $block )
$block