ShoppingCartController::actionIndex PHP Method

actionIndex() public method

public actionIndex ( )
    public function actionIndex()
    {
        $shoppingCart = Yii::app()->customer->getShoppingCart();
        $this->render('index', array('shoppingCart' => $shoppingCart));
    }