PHP Class Aimeos\Shop\Controller\AccountController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: aimeos/aimeos-laravel

Méthodes publiques

Méthode Description
downloadAction ( ) : Illuminate\Contracts\View\View Returns the html for the "My account" download page.
indexAction ( ) : Illuminate\Contracts\View\View Returns the html for the "My account" page.

Method Details

downloadAction() public méthode

Returns the html for the "My account" download page.
public downloadAction ( ) : Illuminate\Contracts\View\View
Résultat Illuminate\Contracts\View\View View for rendering the output

indexAction() public méthode

Returns the html for the "My account" page.
public indexAction ( ) : Illuminate\Contracts\View\View
Résultat Illuminate\Contracts\View\View View for rendering the output