Ejemplo n.º 1
0
Archivo: Cart.php Proyecto: voku/cart
 /**
  * Retrieve the cart contents as an array
  *
  * @return array An array of items
  */
 public function &contentsArray()
 {
     return $this->store->data(true);
 }