PHP 클래스 Elcodi\Store\UserBundle\Controller\UserController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
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