????
Current Path : /home/thenclexdoctor.com/public_html/vendor/myonlinestore/omnipay-klarna-checkout/src/ |
Current File : /home/thenclexdoctor.com/public_html/vendor/myonlinestore/omnipay-klarna-checkout/src/ItemBag.php |
<?php declare(strict_types=1); namespace MyOnlineStore\Omnipay\KlarnaCheckout; /** * @final * @method ItemInterface[] getIterator() */ class ItemBag extends \Omnipay\Common\ItemBag { /** * @inheritDoc */ public function add($item) { if ($item instanceof ItemInterface) { $this->items[] = $item; } else { $this->items[] = new Item($item); } } }
Sorry, this page is not available...