EShoppingCart::saveState PHP Méthode

saveState() protected méthode

Saves the state of the object in the session.
protected saveState ( ) : void
Résultat void
    protected function saveState()
    {
        Yii::app()->getUser()->setState($this->cartId, serialize($this->toArray()));
        $this->couponManager->check();
    }