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

miniComponentAction() 공개 메소드

Returns the output of the basket mini component
public miniComponentAction ( ) : Response
리턴 Response Response object containing the generated output
    public function miniComponentAction()
    {
        return $this->getOutput('basket/mini');
    }