Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SearchResultInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
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 }
$items