Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Eccube
Controller
ContactController
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