Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function loadNext($data, $rightIndex, $upper = null)
 {
     $prices = $this->resource->loadNextPrices($data, $rightIndex, $upper);
     return $this->arrayValuesToFloat($prices);
 }