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
framework
Api
Search
SearchResultInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Api\Search
;
7
8
use
Magento\Framework\Api\SearchResultsInterface
;
9
16
interface
SearchResultInterface
extends
SearchResultsInterface
17
{
21
const
TOTAL_COUNT
=
'total_count'
;
22
const
SEARCH_CRITERIA
=
'search_criteria'
;
23
const
ITEMS
=
'items'
;
24
const
AGGREGATIONS
=
'aggregations'
;
30
public
function
getItems
();
31
38
public
function
setItems
(array
$items
=
null
);
39
43
public
function
getAggregations
();
44
49
public
function
setAggregations
($aggregations);
50
56
public
function
getSearchCriteria
();
57
}
Magento\Framework\Api\Search\SearchResultInterface\getItems
getItems()
Magento\Framework\Api\Search\SearchResultInterface\setAggregations
setAggregations($aggregations)
Magento\Framework\Api\Search\SearchResultInterface\AGGREGATIONS
const AGGREGATIONS
Definition:
SearchResultInterface.php:24
Magento\Framework\Api\Search\SearchResultInterface\getSearchCriteria
getSearchCriteria()
Magento\Framework\Api\Search\SearchResultInterface
Definition:
SearchResultInterface.php:16
Magento\Framework\Api\Search\SearchResultInterface\setItems
setItems(array $items=null)
Magento\Framework\Api\Search
Definition:
AggregationInterface.php:6
Magento\Framework\Api\Search\SearchResultInterface\SEARCH_CRITERIA
const SEARCH_CRITERIA
Definition:
SearchResultInterface.php:22
Magento\Framework\Api\Search\SearchResultInterface\ITEMS
const ITEMS
Definition:
SearchResultInterface.php:23
Magento\Framework\Api\SearchResultsInterface
Definition:
SearchResultsInterface.php:15
Magento\Framework\Api\Search\SearchResultInterface\getAggregations
getAggregations()
Magento\Framework\Api\Search\SearchResultInterface\TOTAL_COUNT
const TOTAL_COUNT
Definition:
SearchResultInterface.php:21
$items
$items
Definition:
order_rollback.php:21