PHP Class Aimeos\ShopBundle\Controller\BasketController

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

Public Methods

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

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

miniComponentAction() public method

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

relatedComponentAction() public method

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

standardComponentAction() public method

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