\Symfony\Component\Console\HelperTableSeparator

Marks a row as being a separator.

Summary

Methods
Properties
Constants
__construct()
__toString()
getColspan()
getRowspan()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$value
$options
N/A

Properties

$value

$value : 

Type

$options

$options : 

Type

Methods

__construct()

__construct(array  $options = array()) 

Parameters

array $options

__toString()

__toString() : string

Returns the cell value.

Returns

string

getColspan()

getColspan() : integer

Gets number of colspan.

Returns

integer

getRowspan()

getRowspan() : integer

Gets number of rowspan.

Returns

integer