Interface for Zend_Text_Table decorators

category Zend
package Zend_Text_Table
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 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