class TableCell
Methods
__construct(string $value = '', array $options = array()) | ||
string | __toString() Returns the cell value. | |
int | getColspan() Gets number of colspan. | |
int | getRowspan() Gets number of rowspan. |
Details
__construct(string $value = '', array $options = array())
string __toString()
Returns the cell value.
int getColspan()
Gets number of colspan.
int getRowspan()
Gets number of rowspan.
Please login to continue.