D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
probwael
/
certfee.com
/
vendor
/
anayarojo
/
shoppingcart
/
src
/
Contracts
/
Filename :
InstanceIdentifier.php
back
Copy
<?php namespace Gloudemans\Shoppingcart\Contracts; interface InstanceIdentifier { /** * Get the unique identifier to load the Cart from. * * @return int|string */ public function getInstanceIdentifier($options = null); /** * Get the unique identifier to load the Cart from. * * @return int|string */ public function getInstanceGlobalDiscount($options = null); }