PHP Class Aimeos\ShopBundle\Controller\AccountController

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

Méthodes publiques

Méthode Description
downloadAction ( ) : Response Returns the html for the "My account" download page.
favoriteComponentAction ( ) : Response Returns the output of the account favorite component
historyComponentAction ( ) : Response Returns the output of the account history component
indexAction ( ) : Response Returns the html for the "My account" page.
profileComponentAction ( ) : Response Returns the output of the account profile component
watchComponentAction ( ) : Response Returns the output of the account watch component

Method Details

downloadAction() public méthode

Returns the html for the "My account" download page.
public downloadAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output

favoriteComponentAction() public méthode

Returns the output of the account favorite component
public favoriteComponentAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output

historyComponentAction() public méthode

Returns the output of the account history component
public historyComponentAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output

indexAction() public méthode

Returns the html for the "My account" page.
public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output

profileComponentAction() public méthode

Returns the output of the account profile component
public profileComponentAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output

watchComponentAction() public méthode

Returns the output of the account watch component
public watchComponentAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response Response object containing the generated output