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

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

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

Метод Описание
confirmAction ( ) : Response Returns the html for the checkout confirmation page.
confirmComponentAction ( ) : Response Returns the output of the checkout confirm component
indexAction ( ) : Response Returns the html for the standard checkout page.
standardComponentAction ( ) : Response Returns the output of the checkout standard component
updateAction ( ) : Response Returns the view for the order update page.
updateComponentAction ( ) : Response Returns the output of the checkout update component

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

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

Returns the html for the checkout confirmation page.
public confirmAction ( ) : Response
Результат Response Response object containing the generated output

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

Returns the output of the checkout confirm component
public confirmComponentAction ( ) : Response
Результат Response Response object containing the generated output

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

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

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

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

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

Returns the view for the order update page.
public updateAction ( ) : Response
Результат Response Response object containing the generated output

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

Returns the output of the checkout update component
public updateComponentAction ( ) : Response
Результат Response Response object containing the generated output