PHP Class Aimeos\ShopBundle\Controller\BasketController

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

Méthodes publiques

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

Method Details

indexAction() public méthode

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

miniComponentAction() public méthode

Returns the output of the basket mini component
public miniComponentAction ( ) : Response
Résultat Response Response object containing the generated output

relatedComponentAction() public méthode

Returns the output of the basket related component
public relatedComponentAction ( ) : Response
Résultat Response Response object containing the generated output

standardComponentAction() public méthode

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