PHP 클래스 ApiGen\Generator\Markups\MarkdownMarkup

상속: implements ApiGen\Generator\Markups\Markup
파일 보기 프로젝트 열기: apigen/apigen

공개 메소드들

메소드 설명
__construct ( Michelf\MarkdownExtra $markdown, ApiGen\Generator\SourceCodeHighlighter\SourceCodeHighlighter $highlighter )
block ( string $text ) : string
line ( string $text ) : string

비공개 메소드들

메소드 설명
highlightCb ( array $match ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Michelf\MarkdownExtra $markdown, ApiGen\Generator\SourceCodeHighlighter\SourceCodeHighlighter $highlighter )
$markdown Michelf\MarkdownExtra
$highlighter ApiGen\Generator\SourceCodeHighlighter\SourceCodeHighlighter

block() 공개 메소드

public block ( string $text ) : string
$text string
리턴 string

line() 공개 메소드

public line ( string $text ) : string
$text string
리턴 string