MailController
extends MailFrontAppController
in package
お問い合わせメールフォーム用コントローラー
Table of Contents
Properties
- $Authentication : AuthenticationComponent
- $BcMessage : BcMessageComponent
- $css : array<string|int, mixed>
- CSS
- $dbDatas : array<string|int, mixed>
- データベースデータ
- $_View : View
- View
Methods
- __construct() : void|ResponseInterface
- AppController constructor.
- _blackHoleCallback() : void
- Securityコンポーネントのブラックホールからのコールバック
- ajaxError() : void
- Ajax用のエラーを出力する
- beforeFilter() : void
- beforeFilter.
- beforeRender() : void
- beforeRender
- captcha() : void
- 認証用のキャプチャ画像を表示する
- confirm() : Response|void|null
- [PUBIC] データの確認画面を表示
- dispatchLayerEvent() : bool|Event
- イベントを発火
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- hasService() : bool
- Has Service
- index() : void
- [PUBIC] フォームを表示する
- initialize() : void
- initialize
- notFound() : void
- NOT FOUNDページを出力する
- redirectIfIsRequireMaintenance() : Response|void|null
- メンテナンス画面へのリダイレクトが必要な場合にリダイレクトする
- setTitle() : void
- Set Title
- setupFrontView() : void
- フロント用のViewクラスをセットアップする
- submit() : void|Response
- [PUBIC] データ送信
- thanks() : void|ResponseInterface
- [PUBIC] メール送信完了
- loadViewConditions() : void
- 画面の情報をセッションから読み込む
- saveDblog() : EntityInterface
- データベースログを記録する
- saveViewConditions() : void
- 画面の情報をセッションに保存する
- setViewConditions() : void
- 画面の情報をセットする
- __cleanupQueryParams() : void
- クエリーパラメーターの調整 環境によって?キーにamp;が付加されてしまうため
- checkPermission() : bool
- アクセスルールの権限を確認する
Properties
$Authentication
public
AuthenticationComponent
$Authentication
$BcMessage
public
BcMessageComponent
$BcMessage
$css
CSS
public
array<string|int, mixed>
$css
= ['mail/form']
$dbDatas
データベースデータ
public
array<string|int, mixed>
$dbDatas
= null
$_View
View
protected
View
$_View
Methods
__construct()
AppController constructor.
public
__construct([ServerRequest|null $request = null ][, Response|null $response = null ][, string|null $name = null ][, EventManagerInterface|null $eventManager = null ][, ComponentRegistry|null $components = null ]) : void|ResponseInterface
Parameters
- $request : ServerRequest|null = null
- $response : Response|null = null
- $name : string|null = null
- $eventManager : EventManagerInterface|null = null
- $components : ComponentRegistry|null = null
Tags
Return values
void|ResponseInterface_blackHoleCallback()
Securityコンポーネントのブラックホールからのコールバック
public
_blackHoleCallback(string $err, mixed $exception) : void
フォーム改ざん対策・CSRF対策・SSL制限・HTTPメソッド制限などへの違反が原因で Securityコンポーネントに"ブラックホールされた"場合の動作を指定する
Parameters
- $err : string
-
エラーの種類
- $exception : mixed
Tags
ajaxError()
Ajax用のエラーを出力する
public
ajaxError([int $errorNo = 500 ][, mixed $message = '' ]) : void
since 5.0.5 このメソッドは非推奨です。
Parameters
- $errorNo : int = 500
-
エラーのステータスコード
- $message : mixed = ''
-
エラーメッセージ
Tags
beforeFilter()
beforeFilter.
public
beforeFilter(EventInterface $event) : void
Parameters
- $event : EventInterface
Tags
beforeRender()
beforeRender
public
beforeRender(EventInterface $event) : void
Parameters
- $event : EventInterface
Tags
captcha()
認証用のキャプチャ画像を表示する
public
captcha(BcCaptchaServiceInterface $service, string $token) : void
Parameters
- $service : BcCaptchaServiceInterface
- $token : string
Tags
confirm()
[PUBIC] データの確認画面を表示
public
confirm(MailFrontService $service, MailContentsService $mailContentsService, MailMessagesServiceInterface $mailMessagesService, BcCaptchaServiceInterface $bcCaptchaService) : Response|void|null
Parameters
- $service : MailFrontService
- $mailContentsService : MailContentsService
- $mailMessagesService : MailMessagesServiceInterface
- $bcCaptchaService : BcCaptchaServiceInterface
Tags
Return values
Response|void|nulldispatchLayerEvent()
イベントを発火
public
dispatchLayerEvent(string $name[, array<string|int, mixed> $data = [] ][, mixed $options = [] ]) : bool|Event
Parameters
- $name : string
- $data : array<string|int, mixed> = []
- $options : mixed = []
Tags
Return values
bool|EventgetService()
Get Service
public
getService(mixed $service) : array<string|int, mixed>|mixed|object
Parameters
- $service : mixed
Tags
Return values
array<string|int, mixed>|mixed|objecthasService()
Has Service
public
hasService(mixed $service) : bool
Parameters
- $service : mixed
Tags
Return values
boolindex()
[PUBIC] フォームを表示する
public
index(MailFrontService $service, MailContentsService $mailContentsService, MailMessagesService $mailMessagesService) : void
Parameters
- $service : MailFrontService
- $mailContentsService : MailContentsService
- $mailMessagesService : MailMessagesService
Tags
initialize()
initialize
public
initialize() : void
コンポーネントをロードする
Tags
notFound()
NOT FOUNDページを出力する
public
notFound() : void
Tags
redirectIfIsRequireMaintenance()
メンテナンス画面へのリダイレクトが必要な場合にリダイレクトする
public
redirectIfIsRequireMaintenance() : Response|void|null
Tags
Return values
Response|void|nullsetTitle()
Set Title
public
setTitle(string $title) : void
Parameters
- $title : string
Tags
setupFrontView()
フロント用のViewクラスをセットアップする
public
setupFrontView() : void
Tags
submit()
[PUBIC] データ送信
public
submit(MailFrontServiceInterface|MailFrontService $service, MailContentsServiceInterface $mailContentsService, MailMessagesServiceInterface|MailMessagesService $mailMessagesService, BcCaptchaServiceInterface $bcCaptchaService) : void|Response
Parameters
- $service : MailFrontServiceInterface|MailFrontService
- $mailContentsService : MailContentsServiceInterface
- $mailMessagesService : MailMessagesServiceInterface|MailMessagesService
- $bcCaptchaService : BcCaptchaServiceInterface
Tags
Return values
void|Responsethanks()
[PUBIC] メール送信完了
public
thanks(MailFrontServiceInterface $service, MailContentsServiceInterface $mailContentsService) : void|ResponseInterface
Parameters
- $service : MailFrontServiceInterface
- $mailContentsService : MailContentsServiceInterface
Tags
Return values
void|ResponseInterfaceloadViewConditions()
画面の情報をセッションから読み込む
protected
loadViewConditions([array<string|int, mixed> $targetModel = [] ][, array<string|int, mixed>|string $options = [] ]) : void
初期値が設定されている場合は初期値を設定した上で、セッションで上書きし、 ServerRequestに設定する。
Parameters
- $targetModel : array<string|int, mixed> = []
- $options : array<string|int, mixed>|string = []
-
オプション
-
default
: 読み出す初期値(初期値:[]) -
group
: 保存するグループ名(初期値:'') -
post
: POSTデータを保存するかどうか(初期値:true) -
get
: GETデータを保存するかどうか(初期値:false)
-
Tags
saveDblog()
データベースログを記録する
protected
saveDblog(string $message) : EntityInterface
Parameters
- $message : string
Tags
Return values
EntityInterfacesaveViewConditions()
画面の情報をセッションに保存する
protected
saveViewConditions([array<string|int, mixed> $targetModel = [] ][, array<string|int, mixed> $options = [] ]) : void
次のセッション名に保存。
- POSTデータ: BcApp.viewConditions.{$contentsName}.data.{$model}
- クエリパラメーター: BcApp.viewConditions.{$contentsName}.query
$contentsNameは次の形式となる。 {$controllerName}{$actionName}.{$group}
ただし、ページネーションにおいて、1ページ目はクエリパラメーターpage
を付けない仕様となっているため
page
は保存しない。
Parameters
- $targetModel : array<string|int, mixed> = []
- $options : array<string|int, mixed> = []
-
オプション
-
group
: 保存するグループ名(初期値:'') -
post
: POSTデータを保存するかどうか(初期値:true) -
get
: GETデータを保存するかどうか(初期値:false)
-
Tags
setViewConditions()
画面の情報をセットする
protected
setViewConditions([array<string|int, mixed> $targetModel = [] ][, array<string|int, mixed> $options = [] ]) : void
POSTデータとクエリパラメーターをセッションに保存した上で、 指定されたデフォルト値も含めて ServerRequest に設定する。
$this->setViewConditions(['Content'], [
'group' => 'index',
'default' => [
'query' => ['limit' => 10],
'data' => ['title' => 'default']
],
'get' => true
]);
Parameters
- $targetModel : array<string|int, mixed> = []
-
ターゲットとなるモデル
- $options : array<string|int, mixed> = []
-
オプション
-
default
: 読み出す初期値(初期値:[]) -
group
: 保存するグループ名(初期値:'') -
post
: POSTデータを保存するかどうか(初期値:true) -
get
: GETデータを保存するかどうか(初期値:false)
-
Tags
__cleanupQueryParams()
クエリーパラメーターの調整 環境によって?キーにamp;が付加されてしまうため
private
__cleanupQueryParams() : void
Tags
checkPermission()
アクセスルールの権限を確認する
private
checkPermission() : bool
現在アクセスしているURLについて権限があるかどうかを確認する。