PHP 트레잇 cebe\markdown\block\TableTrait

파일 보기 프로젝트 열기: cebe/markdown

보호된 메소드들

메소드 설명
consumeTable ( $lines, $current ) Consume lines for a table
identifyTable ( $line, $lines, $current ) identify a line as the beginning of a table block.
parseInline ( $text )
parseTd ( $markdown )
renderAbsy ( $absy )
renderTable ( $block ) render a table block

메소드 상세

consumeTable() 보호된 메소드

Consume lines for a table
protected consumeTable ( $lines, $current )

identifyTable() 보호된 메소드

identify a line as the beginning of a table block.
protected identifyTable ( $line, $lines, $current )

parseInline() 추상적인 보호된 메소드

abstract protected parseInline ( $text )

parseTd() 보호된 메소드

protected parseTd ( $markdown )

renderAbsy() 추상적인 보호된 메소드

abstract protected renderAbsy ( $absy )

renderTable() 보호된 메소드

render a table block
protected renderTable ( $block )