Sonata\Component\Basket\BasketFactoryInterface::reset PHP Method

reset() public method

Resets the basket.
public reset ( Sonata\Component\Basket\BasketInterface $basket, boolean $full = true )
$basket Sonata\Component\Basket\BasketInterface
$full boolean
    public function reset(BasketInterface $basket, $full = true);
BasketFactoryInterface