PHP 클래스 Eccube\Controller\ContactController

파일 보기 프로젝트 열기: ec-cube/ec-cube

공개 메소드들

메소드 설명
complete ( Application $app ) : Response お問い合わせ完了画面.
index ( Application $app, Request $request ) : RedirectResponse | Response お問い合わせ画面.

메소드 상세

complete() 공개 메소드

お問い合わせ完了画面.
public complete ( Application $app ) : Response
$app Eccube\Application
리턴 Symfony\Component\HttpFoundation\Response

index() 공개 메소드

お問い合わせ画面.
public index ( Application $app, Request $request ) : RedirectResponse | Response
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response