관리-도구
편집 파일: InstanceIdentifier.php
<?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); }