baserCMS クラスリファレンス

BcFormFailedException extends CakeException
in package

BcFormFailedException

Table of Contents

$_form  : ValidatorAwareInterface
Form
$_messageTemplate  : mixed
__construct()  : mixed
Constructor.
getForm()  : ValidatorAwareInterface
フォームを取得する

Properties

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
Return values
mixed

getForm()

フォームを取得する

public getForm() : ValidatorAwareInterface
Return values
ValidatorAwareInterface

Search results