예제 #1
0
파일: Cart.php 프로젝트: voku/cart
 /**
  * Retrieve the cart contents as an array
  *
  * @return array An array of items
  */
 public function &contentsArray()
 {
     return $this->store->data(true);
 }