Aimeos\ShopBundle\Controller\CheckoutController::updateComponentAction PHP Метод

updateComponentAction() публичный Метод

Returns the output of the checkout update component
public updateComponentAction ( ) : Response
Результат Response Response object containing the generated output
    public function updateComponentAction()
    {
        return $this->getOutput('checkout/update');
    }