PHP Class Aimeos\ShopBundle\Controller\CatalogController

Inheritance: extends AbstractController
Mostra file Open project: aimeos/aimeos-symfony2

Public Methods

Method Description
countAction ( ) : Response Returns the view for the XHR response with the counts for the facetted search.
countComponentAction ( ) : Response Returns the output of the catalog count component
detailAction ( ) : Response Returns the html for the catalog detail page.
detailComponentAction ( ) : Response Returns the output of the catalog detail component
filterComponentAction ( ) : Response Returns the output of the catalog filter component
listAction ( ) : Response Returns the html for the catalog list page.
listComponentAction ( ) : Response Returns the output of the catalog list component
sessionComponentAction ( ) : Response Returns the output of the catalog session component
stageComponentAction ( ) : Response Returns the output of the catalog stage component
stockAction ( ) : Response Returns the html body part for the catalog stock page.
stockComponentAction ( ) : Response Returns the output of the catalog stock component
suggestAction ( ) : Response Returns the view for the XHR response with the product information for the search suggestion.
suggestComponentAction ( ) : Response Returns the output of the catalog suggest component

Method Details

countAction() public method

Returns the view for the XHR response with the counts for the facetted search.
public countAction ( ) : Response
return Response Response object containing the generated output

countComponentAction() public method

Returns the output of the catalog count component
public countComponentAction ( ) : Response
return Response Response object containing the generated output

detailAction() public method

Returns the html for the catalog detail page.
public detailAction ( ) : Response
return Response Response object containing the generated output

detailComponentAction() public method

Returns the output of the catalog detail component
public detailComponentAction ( ) : Response
return Response Response object containing the generated output

filterComponentAction() public method

Returns the output of the catalog filter component
public filterComponentAction ( ) : Response
return Response Response object containing the generated output

listAction() public method

Returns the html for the catalog list page.
public listAction ( ) : Response
return Response Response object containing the generated output

listComponentAction() public method

Returns the output of the catalog list component
public listComponentAction ( ) : Response
return Response Response object containing the generated output

sessionComponentAction() public method

Returns the output of the catalog session component
public sessionComponentAction ( ) : Response
return Response Response object containing the generated output

stageComponentAction() public method

Returns the output of the catalog stage component
public stageComponentAction ( ) : Response
return Response Response object containing the generated output

stockAction() public method

Returns the html body part for the catalog stock page.
public stockAction ( ) : Response
return Response Response object containing the generated output

stockComponentAction() public method

Returns the output of the catalog stock component
public stockComponentAction ( ) : Response
return Response Response object containing the generated output

suggestAction() public method

Returns the view for the XHR response with the product information for the search suggestion.
public suggestAction ( ) : Response
return Response Response object containing the generated output

suggestComponentAction() public method

Returns the output of the catalog suggest component
public suggestComponentAction ( ) : Response
return Response Response object containing the generated output