Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
IntervalInterface.php
Go to the documentation of this file.
1 <?php
7 
13 {
21  public function load($limit, $offset = null, $lower = null, $upper = null);
22 
29  public function loadPrevious($data, $index, $lower = null);
30 
37  public function loadNext($data, $rightIndex, $upper = null);
38 }
load($limit, $offset=null, $lower=null, $upper=null)
loadNext($data, $rightIndex, $upper=null)
$index
Definition: list.phtml:44