class TableCell
__construct(string $value = '', array $options = array()) | ||
string | __toString() Returns the cell value. | |
int | getColspan() Gets number of colspan. | |
int | getRowspan() Gets number of rowspan. |
string | $value | |
array | $options |
Returns the cell value.
string |
Gets number of colspan.
int |
Gets number of rowspan.
int |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Console/Helper/TableCell.html