Aimeos\ShopBundle\Controller\BasketController::relatedComponentAction PHP Метод

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

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