TableSeparator
class TableSeparator extends TableCell
Marks a row as being a separator.
Methods
| __construct(array $options = array()) | ||
| string |  __toString()  Returns the cell value.  |  from TableCell | 
| int |  getColspan()  Gets number of colspan.  |  from TableCell | 
| int |  getRowspan()  Gets number of rowspan.  |  from TableCell | 
Details
__construct(array $options = array())
Parameters
| 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/3.1/Symfony/Component/Console/Helper/TableSeparator.html