class League / CommonMark / Extension / Table / TableStartParser
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

TableStartParser

Implements

Methods

public

tryStart ( Cursor $cursor , MarkdownParserStateInterface $parserState ) : void

private static

parseSeparator ( Cursor $cursor ) : array|null>

private static

getAlignment ( bool $left , bool $right ) : void