PHP Class Elcodi\Store\UserBundle\Controller\UserController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

Méthode Description
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

Method Details

editAction() public méthode

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
Résultat Symfony\Component\HttpFoundation\Response Response

homeAction() public méthode

User page
public homeAction ( ) : array
Résultat array

navAction() public méthode

Customer bar in top position
public navAction ( ) : array
Résultat array