コード例 #1
0
ファイル: Interval.php プロジェクト: shabbirvividads/magento2
 /**
  * {@inheritdoc}
  */
 public function load($limit, $offset = null, $lower = null, $upper = null)
 {
     $prices = $this->resource->loadPrices($limit, $offset, $lower, $upper);
     return $this->arrayValuesToFloat($prices);
 }