Esempio n. 1
0
 public function add_item($object)
 {
     CartItem::create_from_object($object, $this);
 }