PHP 클래스 App\Http\Requests\Front\Api\NewsletterSubscriptionRequest

상속: extends App\Http\Requests\Request
파일 보기 프로젝트 열기: spatie-custom/blender 1 사용 예제들

공개 메소드들

메소드 설명
authorize ( ) : boolean Determine if the user is authorized to make this request.
rules ( ) : array Get the validation rules that apply to the request.

보호된 메소드들

메소드 설명
failedValidation ( Illuminate\Contracts\Validation\Validator $validator )

메소드 상세

authorize() 공개 메소드

Determine if the user is authorized to make this request.
public authorize ( ) : boolean
리턴 boolean

failedValidation() 보호된 메소드

protected failedValidation ( Illuminate\Contracts\Validation\Validator $validator )
$validator Illuminate\Contracts\Validation\Validator

rules() 공개 메소드

Get the validation rules that apply to the request.
public rules ( ) : array
리턴 array