프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$attributes | array | The Model's attributes aliases. | |
$inputData | array | The input data of the current request. | |
$messages | array | Array of custom validation messages. | |
$rules | array | The validation rules to validate the input data against. | |
$validator | Illuminate\Validation\Validator | The validator instance. |
메소드 | 설명 | |
---|---|---|
__construct ( ) | AbstractForm constructor. | |
getAttributes ( ) : array | Get the custom attributes aliases. | |
getErrors ( ) : Illuminate\Support\MessageBag | Get the validation errors off of the Validator instance. | |
getInputData ( ) : array | Get the prepared input data. | |
isValid ( ) : boolean | Check whether the input data is valid. |
메소드 | 설명 | |
---|---|---|
getMessages ( ) : array | Get the custom validation messages. | |
getRules ( ) : array | Get the prepared validation rules. |
public getErrors ( ) : Illuminate\Support\MessageBag | ||
리턴 | Illuminate\Support\MessageBag |
protected getMessages ( ) : array | ||
리턴 | array |
protected array $rules | ||
리턴 | array |