Aimeos\ShopBundle\Controller\BasketController::indexAction PHP 메소드

indexAction() 공개 메소드

Returns the html for the standard basket page.
public indexAction ( ) : Response
리턴 Response Response object containing the generated output
    public function indexAction()
    {
        $params = $this->get('aimeos_page')->getSections('basket-index');
        return $this->render('AimeosShopBundle:Basket:index.html.twig', $params);
    }