Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
RequestInterface.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Framework\Search\Request\BucketInterface as RequestBucketInterface;
11 
19 {
25  public function getName();
26 
32  public function getIndex();
33 
39  public function getDimensions();
40 
46  public function getAggregation();
47 
53  public function getQuery();
54 
60  public function getFrom();
61 
67  public function getSize();
68 }