A process(
array
&$matches)
|
|
Generates a replacement for the matched text.
Token options are:
'type' => 'table_start' : the start of a bullet list 'table_end' : the end of a bullet list 'row_start' : the start of a number list 'row_end' : the end of a number list 'cell_start' : the start of item text (bullet or number) 'cell_end' : the end of item text (bullet or number)
'colspan' => column span (for a cell)
Overrides
Text_Wiki_Parse::process() (Abstract method to generate replacements for matched text.)
Parameters: