PHP Class Aimeos\ShopBundle\Controller\CheckoutController

Inheritance: extends AbstractController
Afficher le fichier Open project: aimeos/aimeos-symfony2

Méthodes publiques

Méthode 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 méthode

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

confirmComponentAction() public méthode

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

indexAction() public méthode

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

standardComponentAction() public méthode

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

updateAction() public méthode

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

updateComponentAction() public méthode

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