final class ListModule extends Module

Ordered / unordered nested list module.

Properties

$bullets

Methods

__construct(Texy $texy)

No description

void
beforeParse()

No description

HtmlElement|null
patternList(BlockParser $parser, array $matches)

Callback for:.

patternDefList(BlockParser $parser, array $matches)

Callback for:.

HtmlElement|null
patternItem(BlockParser $parser, string $bullet, bool $indented, string $tag)

Callback for single list item.

Details

at line 38
__construct(Texy $texy)

No description

Parameters

Texy $texy

at line 48
void beforeParse()

No description

Return Value

void

at line 85
HtmlElement|null patternList(BlockParser $parser, array $matches)

Callback for:.

1) .... .(title)[class]{style}> 2) ....

  • ...
  • ... 3) ....

Parameters

BlockParser $parser
array $matches

Return Value

HtmlElement|null

at line 142
HtmlElement patternDefList(BlockParser $parser, array $matches)

Callback for:.

Term: .(title)[class]{style}>

  • description 1
  • description 2
  • description 3

Parameters

BlockParser $parser
array $matches

Return Value

HtmlElement

at line 201
HtmlElement|null patternItem(BlockParser $parser, string $bullet, bool $indented, string $tag)

Callback for single list item.

Parameters

BlockParser $parser
string $bullet
bool $indented
string $tag

Return Value

HtmlElement|null