Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getTopLeft () | |
getTopRight () | |
getBottomLeft () | |
getBottomRight () | |
getVertical () | |
getHorizontal () | |
getCross () | |
getVerticalRight () | |
getVerticalLeft () | |
getHorizontalDown () | |
getHorizontalUp () | |
Definition at line 30 of file Interface.php.
getBottomLeft | ( | ) |
Get a single character for the bottom left corner
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getBottomRight | ( | ) |
Get a single character for the bottom right corner
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getCross | ( | ) |
Get a single character for a crossing line
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getHorizontal | ( | ) |
Get a single character for a horizontal line
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getHorizontalDown | ( | ) |
Get a single character for a horizontal divider down
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getHorizontalUp | ( | ) |
Get a single character for a horizontal divider up
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getTopLeft | ( | ) |
Get a single character for the top left corner
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getTopRight | ( | ) |
Get a single character for the top right corner
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getVertical | ( | ) |
Get a single character for a vertical line
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getVerticalLeft | ( | ) |
Get a single character for a vertical divider left
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.
getVerticalRight | ( | ) |
Get a single character for a vertical divider right
Implemented in Zend_Text_Table_Decorator_Ascii, and Zend_Text_Table_Decorator_Unicode.