示例#1
0
文件: Cart.php 项目: guenterh/vufind
 /**
  * Process parameters and return the cart content.
  *
  * @return array $records The cart content
  */
 public function getRecordDetails()
 {
     return $this->recordLoader->loadBatch($this->items);
 }