PHP Class Aimeos\ShopBundle\Controller\CheckoutController

Inheritance: extends AbstractController
Mostrar archivo Open project: aimeos/aimeos-symfony2

Public Methods

Method Description
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

Method Details

confirmAction() public method

Returns the html for the checkout confirmation page.
public confirmAction ( ) : Response
return Response Response object containing the generated output

confirmComponentAction() public method

Returns the output of the checkout confirm component
public confirmComponentAction ( ) : Response
return Response Response object containing the generated output

indexAction() public method

Returns the html for the standard checkout page.
public indexAction ( ) : Response
return Response Response object containing the generated output

standardComponentAction() public method

Returns the output of the checkout standard component
public standardComponentAction ( ) : Response
return Response Response object containing the generated output

updateAction() public method

Returns the view for the order update page.
public updateAction ( ) : Response
return Response Response object containing the generated output

updateComponentAction() public method

Returns the output of the checkout update component
public updateComponentAction ( ) : Response
return Response Response object containing the generated output