Example #1
0
 /**
  * Get all the items.
  *
  * @return \Anam\Phpcart\Collection
  */
 public function getItems()
 {
     return $this->collection->make($this->session->get($this->getCart()));
 }