Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-customer
Block
Account
Delimiter.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Customer\Block\Account
;
8
15
class
Delimiter
extends
\Magento\Framework\View\Element\Template
implements
SortLinkInterface
16
{
21
public
function
getSortOrder
()
22
{
23
return
$this->
getData
(self::SORT_ORDER);
24
}
25
}
Magento\Customer\Block\Account\Delimiter\getSortOrder
getSortOrder()
Definition:
Delimiter.php:21
Magento\Framework\DataObject\getData
getData($key='', $index=null)
Definition:
DataObject.php:119
Magento\Customer\Block\Account
Magento\Customer\Block\Account\Delimiter
Definition:
Delimiter.php:15
Magento\Framework\View\Element\Template
Definition:
Template.php:32
Magento\Customer\Block\Account\SortLinkInterface
Definition:
SortLinkInterface.php:14