Source for file Table.php
Documentation is available at Table.php
* Renders a token into text matching the requested format.
* @param array $options The "options" portion of the token (second
* @return string The text rendered from the token options.
// make nice variable names (type, attr, span)
$tbl_start = '\begin{tabular}{|';
return "\\hline\n\\end{tabular}\n";
return " \\multicolumn\{$span}\{$col_spec}{";
Documentation generated on Mon, 11 Mar 2019 14:37:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|