Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function load($limit, $offset = null, $lower = null, $upper = null)
 {
     $prices = $this->resource->loadPrices($limit, $offset, $lower, $upper);
     return $this->arrayValuesToFloat($prices);
 }