PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
src
/
Cart
<?php namespace Botble\Ecommerce\Cart; use Illuminate\Support\Collection; class CartItemOptions extends Collection { /** * Get the option by the given key. * * @param string $key * @return mixed */ public function __get($key) { return $this->get($key); } }
[+]
Exceptions
[+]
..
[+]
Contracts
[-] CartItemOptions.php
[edit]
[-] Cart.php
[edit]
[-] CartItem.php
[edit]