PHP Класс Aimeos\ShopBundle\Controller\BasketController

Наследование: extends AbstractController
Показать файл Открыть проект

Открытые методы

Метод Описание
indexAction ( ) : Response Returns the html for the standard basket page.
miniComponentAction ( ) : Response Returns the output of the basket mini component
relatedComponentAction ( ) : Response Returns the output of the basket related component
standardComponentAction ( ) : Response Returns the output of the basket standard component

Описание методов

indexAction() публичный метод

Returns the html for the standard basket page.
public indexAction ( ) : Response
Результат Response Response object containing the generated output

miniComponentAction() публичный метод

Returns the output of the basket mini component
public miniComponentAction ( ) : Response
Результат Response Response object containing the generated output

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

Returns the output of the basket related component
public relatedComponentAction ( ) : Response
Результат Response Response object containing the generated output

standardComponentAction() публичный метод

Returns the output of the basket standard component
public standardComponentAction ( ) : Response
Результат Response Response object containing the generated output