Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Text_Table_Decorator_Ascii Class Reference
Inheritance diagram for Zend_Text_Table_Decorator_Ascii:
Zend_Text_Table_Decorator_Interface

Public Member Functions

 getTopLeft ()
 
 getTopRight ()
 
 getBottomLeft ()
 
 getBottomRight ()
 
 getVertical ()
 
 getHorizontal ()
 
 getCross ()
 
 getVerticalRight ()
 
 getVerticalLeft ()
 
 getHorizontalDown ()
 
 getHorizontalUp ()
 

Detailed Description

Definition at line 36 of file Ascii.php.

Member Function Documentation

◆ getBottomLeft()

getBottomLeft ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 63 of file Ascii.php.

64  {
65  return '+';
66  }

◆ getBottomRight()

getBottomRight ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 73 of file Ascii.php.

74  {
75  return '+';
76  }

◆ getCross()

getCross ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 103 of file Ascii.php.

104  {
105  return '+';
106  }

◆ getHorizontal()

getHorizontal ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 93 of file Ascii.php.

94  {
95  return '-';
96  }

◆ getHorizontalDown()

getHorizontalDown ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 133 of file Ascii.php.

134  {
135  return '+';
136  }

◆ getHorizontalUp()

getHorizontalUp ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 143 of file Ascii.php.

144  {
145  return '+';
146  }

◆ getTopLeft()

getTopLeft ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 43 of file Ascii.php.

44  {
45  return '+';
46  }

◆ getTopRight()

getTopRight ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 53 of file Ascii.php.

54  {
55  return '+';
56  }

◆ getVertical()

getVertical ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 83 of file Ascii.php.

84  {
85  return '|';
86  }

◆ getVerticalLeft()

getVerticalLeft ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 123 of file Ascii.php.

124  {
125  return '+';
126  }

◆ getVerticalRight()

getVerticalRight ( )

Defined by Zend_Text_Table_Decorator_Interface

Returns
string

Implements Zend_Text_Table_Decorator_Interface.

Definition at line 113 of file Ascii.php.

114  {
115  return '+';
116  }

The documentation for this class was generated from the following file: