PHP 클래스 App\Http\Requests\RegisterRequest

상속: extends Request
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Illuminate\Http\Request $req ) : boolean Determine if the user is authorized to make this request.
authorize ( )
response ( array $errors )
rules ( ) : array Get the validation rules that apply to the request.

메소드 상세

__construct() 공개 메소드

Determine if the user is authorized to make this request.
public __construct ( Illuminate\Http\Request $req ) : boolean
$req Illuminate\Http\Request
리턴 boolean

authorize() 공개 메소드

public authorize ( )

response() 공개 메소드

public response ( array $errors )
$errors array

rules() 공개 메소드

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