PHP 클래스 Domain\Http\Requests\Request

상속: extends Illuminate\Foundation\Http\FormRequest
파일 보기 프로젝트 열기: resultsystems/school 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
authorize ( ) : boolean Determine if the user is authorized to make this request.
forbiddenResponse ( )
response ( array $errors )
validateConvenioBb ( $validator )

메소드 상세

__construct() 공개 메소드

public __construct ( )

authorize() 공개 메소드

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

forbiddenResponse() 공개 메소드

public forbiddenResponse ( )

response() 공개 메소드

public response ( array $errors )
$errors array

validateConvenioBb() 공개 메소드

public validateConvenioBb ( $validator )