BcFormFailedException
extends CakeException
in package
BcFormFailedException
Table of Contents
Properties
- $_form : ValidatorAwareInterface
- Form
- $_messageTemplate : string
Methods
- __construct() : mixed
- Constructor.
- getForm() : ValidatorAwareInterface
- フォームを取得する
Properties
$_form
Form
protected
ValidatorAwareInterface
$_form
$_messageTemplate
protected
string
$_messageTemplate
= 'Form %s failure.'
Tags
Methods
__construct()
Constructor.
public
__construct(ValidatorAwareInterface $form, array<string|int, string>|string $message[, int|null $code = null ][, Throwable|null $previous = null ]) : mixed
Parameters
- $form : ValidatorAwareInterface
- $message : array<string|int, string>|string
- $code : int|null = null
- $previous : Throwable|null = null
Tags
getForm()
フォームを取得する
public
getForm() : ValidatorAwareInterface