PHP Class Elcodi\Store\UserBundle\Controller\UserController

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

Public Methods

Method 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 method

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
return Symfony\Component\HttpFoundation\Response Response

homeAction() public method

User page
public homeAction ( ) : array
return array

navAction() public method

Customer bar in top position
public navAction ( ) : array
return array