ALIGN_LEFT
ALIGN_LEFT
A class that defines a cell format for a tabular report.
This class is used to indicate how to display a value for a certain cell.
__construct(string $key, string $tpl, string $align, int $span)
Construct a new tabular_report_cellfmt.
string | $key | The name of the column (must match a defined column). |
string | $tpl | The smarty template for displaying values for this cell. Default value is '{$val}'. |
string | $align | The alignment for this cell. See the ALIGN constants in this class. |
int | $span | The number of columns this cell should span. Some generators may ignore this. |