TableCell
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())
Parameters
string | $value | |
array | $options |
string __toString()
Returns the cell value.
Return Value
string |
int getColspan()
Gets number of colspan.
Return Value
int |
int getRowspan()
Gets number of rowspan.
Return Value
int |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Console/Helper/TableCell.html