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-search
Model
Autocomplete
Item.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Search\Model\Autocomplete
;
8
9
class
Item
extends
\Magento\Framework\DataObject
implements
ItemInterface
10
{
15
public
function
getTitle
()
16
{
17
return
$this->
_getData
(
'title'
);
18
}
19
}
Magento\Search\Model\Autocomplete
Definition:
DataProviderInterface.php:7
Magento\Search\Model\Autocomplete\Item
Definition:
Item.php:9
Magento\Search\Model\Autocomplete\Item\getTitle
getTitle()
Definition:
Item.php:15
Magento\Framework\DataObject\_getData
_getData($key)
Definition:
DataObject.php:189
Magento\Framework\DataObject
Definition:
DataObject.php:15
Magento\Search\Model\Autocomplete\ItemInterface
Definition:
ItemInterface.php:13