baserCMS クラスリファレンス

BcFormFailedException extends CakeException
in package

BcFormFailedException

Table of Contents

Properties

$_form  : ValidatorAwareInterface
Form
$_messageTemplate  : mixed

Methods

__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
Tags
checked
noTodo

getForm()

フォームを取得する

public getForm() : ValidatorAwareInterface
Tags
checked
noTodo
Return values
ValidatorAwareInterface

        
On this page

Search results