PHP Класс Aimeos\ShopBundle\Controller\AccountController

Наследование: extends AbstractController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

downloadAction() публичный метод

Returns the html for the "My account" download page.
public downloadAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output

favoriteComponentAction() публичный метод

Returns the output of the account favorite component
public favoriteComponentAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output

historyComponentAction() публичный метод

Returns the output of the account history component
public historyComponentAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output

indexAction() публичный метод

Returns the html for the "My account" page.
public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output

profileComponentAction() публичный метод

Returns the output of the account profile component
public profileComponentAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output

watchComponentAction() публичный метод

Returns the output of the account watch component
public watchComponentAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response Response object containing the generated output