Interface for Zend\Text\Table decorators

 Methods

Get a single character for the bottom left corner

getBottomLeft() : string

Returns

string

Get a single character for the bottom right corner

getBottomRight() : string

Returns

string

Get a single character for a crossing line

getCross() : string

Returns

string

Get a single character for a horizontal line

getHorizontal() : string

Returns

string

Get a single character for a horizontal divider down

getHorizontalDown() : string

Returns

string

Get a single character for a horizontal divider up

getHorizontalUp() : string

Returns

string

Get a single character for the top left corner

getTopLeft() : string

Returns

string

Get a single character for the top right corner

getTopRight() : string

Returns

string

Get a single character for a vertical line

getVertical() : string

Returns

string

Get a single character for a vertical divider left

getVerticalLeft() : string

Returns

string

Get a single character for a vertical divider right

getVerticalRight() : string

Returns

string