PHP Класс Elcodi\Store\UserBundle\Controller\UserController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
Показать файл Открыть проект

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

Метод Описание
editAction ( Elcodi\Component\User\Entity\Interfaces\CustomerInterface $customer, Symfony\Component\Form\FormView $formView, string $isValid ) : Response User profile page
homeAction ( ) : array User page
navAction ( ) : array Customer bar in top position

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

editAction() публичный Метод

User profile page
public editAction ( Elcodi\Component\User\Entity\Interfaces\CustomerInterface $customer, Symfony\Component\Form\FormView $formView, string $isValid ) : Response
$customer Elcodi\Component\User\Entity\Interfaces\CustomerInterface Customer
$formView Symfony\Component\Form\FormView Form view
$isValid string Is valid
Результат Symfony\Component\HttpFoundation\Response Response

homeAction() публичный Метод

User page
public homeAction ( ) : array
Результат array

navAction() публичный Метод

Customer bar in top position
public navAction ( ) : array
Результат array