Class TexyListModule
Ordered / unordered nested list module.
TexyObject | --TexyModule | --TexyListModule
| Constructor Summary | |
|---|---|
| public |
__construct
($texy)
|
| Method Summary | |
|---|---|
| void |
beforeParse
()
|
| TexyHtml |
patternDefList
(TexyBlockParser $parser, array $matches, string 2)
Callback for:.
|
| TexyHtml|FALSE |
patternItem
(TexyBlockParser $parser, string $bullet, string $indented, string $tag)
Callback for single list item.
|
| TexyHtml|FALSE |
patternList
(TexyBlockParser $parser, array $matches, string 2)
Callback for:.
|
| Variable Summary | ||||
|---|---|---|---|---|
| mixed | $bullets | array(
// first-rexexp ordered? list-style-type next-regexp
'*'... |
line 22 |
|
| Constructor Details | ||||||
|---|---|---|---|---|---|---|
|
line 37 __constructpublic __construct ($texy)
|
||||||
| Method Details | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 48 beforeParsepublic void beforeParse ()
|
|||||||||||||||||||||
|
line 148 patternDefListpublic TexyHtml patternDefList (TexyBlockParser $parser, array $matches, string 2) Callback for:. Term: .(title)[class]{style}>
|
|||||||||||||||||||||
|
line 213 patternItempublic TexyHtml|FALSE patternItem (TexyBlockParser $parser, string $bullet, string $indented, string $tag) Callback for single list item.
|
|||||||||||||||||||||
|
line 88 patternListpublic TexyHtml|FALSE patternList (TexyBlockParser $parser, array $matches, string 2) Callback for:. 1) .... .(title)[class]{style}> 2) ....
|
|||||||||||||||||||||