PHP Трейт cebe\markdown\block\TableTrait

Показать файл Открыть проект

Защищенные методы

Метод Описание
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 )