Example #1
0
 /**
  * Process parameters and return the cart content.
  *
  * @return array $records The cart content
  */
 public function getRecordDetails()
 {
     return $this->recordLoader->loadBatch($this->items);
 }