Uniform\ExtendedForm Object
(
[shouldValidate:protected] => 1
[shouldCallGuard:protected] => 1
[shouldRedirect:protected] => 1
[shouldFlash:protected] => 1
[shouldFallThrough:protected] =>
[success:protected] =>
[flash:protected] => Jevets\Kirby\Flash Object
(
[sessionKey:protected] => _flash
[data:protected] => Array
(
)
)
[data:protected] => Array
(
[csrf_token] =>
[company] =>
[position] =>
[name] =>
[tel] =>
[email] =>
[texts] =>
)
[errors:protected] => Array
(
)
[fields:protected] => Array
(
[csrf_token] => Array
(
[name] => csrf_token
[id] => csrf_token
[flash] => 1
)
[company] => Array
(
[name] => company
[id] => company
[flash] => 1
)
[position] => Array
(
[name] => position
[id] => position
[flash] => 1
)
[name] => Array
(
[name] => name
[id] => name
[flash] => 1
)
[tel] => Array
(
[name] => tel
[id] => tel
[flash] => 1
)
[email] => Array
(
[name] => email
[id] => email
[flash] => 1
)
[texts] => Array
(
[name] => texts
[id] => texts
[flash] => 1
)
)
[rules:protected] => Array
(
[csrf_token] => Array
(
)
[company] => Array
(
)
[position] => Array
(
)
[name] => Array
(
[0] => required
)
[tel] => Array
(
)
[email] => Array
(
[0] => required
[1] => email
)
[texts] => Array
(
[0] => required
)
)
[messages:protected] => Array
(
[csrf_token] => Array
(
)
[company] => Array
(
)
[position] => Array
(
)
[name] => Array
(
[0] => 「お名前」は入力必須です
)
[tel] => Array
(
)
[email] => Array
(
[0] => 「メールアドレス」は入力必須です
[1] => 正しいメールアドレスを入力してください
)
[texts] => Array
(
[0] => 「お問い合わせ内容」は入力必須です
)
)
)