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-quote
Api
Data
CartSearchResultsInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Quote\Api\Data
;
7
13
interface
CartSearchResultsInterface
extends
\Magento\Framework\Api\SearchResultsInterface
14
{
18
const
KEY_ITEMS
=
'items'
;
19
20
const
KEY_SEARCH_CRITERIA
=
'search_criteria'
;
21
22
const
KEY_TOTAL_COUNT
=
'total_count'
;
23
31
public
function
getItems
();
32
39
public
function
setItems
(array
$items
);
40
46
public
function
getSearchCriteria
();
47
54
public
function
setSearchCriteria
(\
Magento
\Framework\Api\SearchCriteriaInterface
$searchCriteria
);
55
61
public
function
getTotalCount
();
62
69
public
function
setTotalCount
($totalCount);
70
}
Magento\Quote\Api\Data\CartSearchResultsInterface\getSearchCriteria
getSearchCriteria()
Magento\Quote\Api\Data\CartSearchResultsInterface\getItems
getItems()
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Quote\Api\Data\CartSearchResultsInterface\KEY_TOTAL_COUNT
const KEY_TOTAL_COUNT
Definition:
CartSearchResultsInterface.php:22
Magento\Quote\Api\Data\CartSearchResultsInterface
Definition:
CartSearchResultsInterface.php:13
Magento\Quote\Api\Data\CartSearchResultsInterface\setSearchCriteria
setSearchCriteria(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
Magento
Magento\Quote\Api\Data\CartSearchResultsInterface\setItems
setItems(array $items)
Magento\Quote\Api\Data\CartSearchResultsInterface\KEY_ITEMS
const KEY_ITEMS
Definition:
CartSearchResultsInterface.php:18
Magento\Quote\Api\Data\CartSearchResultsInterface\KEY_SEARCH_CRITERIA
const KEY_SEARCH_CRITERIA
Definition:
CartSearchResultsInterface.php:20
Magento\Quote\Api\Data
Definition:
AddressAdditionalDataInterface.php:6
Magento\Framework\Api\SearchResultsInterface
Definition:
SearchResultsInterface.php:15
Magento\Quote\Api\Data\CartSearchResultsInterface\setTotalCount
setTotalCount($totalCount)
Magento\Quote\Api\Data\CartSearchResultsInterface\getTotalCount
getTotalCount()
$items
$items
Definition:
order_rollback.php:21