Zend Framework  1.12
Public Member Functions | List of all members
Zend_Text_Table_Decorator_Interface Interface Reference

Public Member Functions

 getTopLeft ()
 Get a single character for the top left corner.
 
 getTopRight ()
 Get a single character for the top right corner.
 
 getBottomLeft ()
 Get a single character for the bottom left corner.
 
 getBottomRight ()
 Get a single character for the bottom right corner.
 
 getVertical ()
 Get a single character for a vertical line.
 
 getHorizontal ()
 Get a single character for a horizontal line.
 
 getCross ()
 Get a single character for a crossing line.
 
 getVerticalRight ()
 Get a single character for a vertical divider right.
 
 getVerticalLeft ()
 Get a single character for a vertical divider left.
 
 getHorizontalDown ()
 Get a single character for a horizontal divider down.
 
 getHorizontalUp ()
 Get a single character for a horizontal divider up.
 

Member Function Documentation

getBottomLeft ( )

Get a single character for the bottom left corner.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getBottomRight ( )

Get a single character for the bottom right corner.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getCross ( )

Get a single character for a crossing line.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getHorizontal ( )

Get a single character for a horizontal line.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getHorizontalDown ( )

Get a single character for a horizontal divider down.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getHorizontalUp ( )

Get a single character for a horizontal divider up.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getTopLeft ( )

Get a single character for the top left corner.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getTopRight ( )

Get a single character for the top right corner.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getVertical ( )

Get a single character for a vertical line.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getVerticalLeft ( )

Get a single character for a vertical divider left.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.

getVerticalRight ( )

Get a single character for a vertical divider right.

Returns
string

Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.