PHP 클래스 Laravel\Lumen\Routing\Closure

상속: use trait DispatchesJobs, use trait Laravel\Lumen\Routing\ValidatesRequests
파일 보기 프로젝트 열기: ctrlaltdylan/MirrorMirror

보호된 프로퍼티들

프로퍼티 타입 설명
$errorFormatter Closure The error formatter callback.
$responseBuilder Closure The response builder callback.

공개 메소드들

메소드 설명
baseBuildFailedValidationResponse ( )
baseFormatValidationErrors ( )
buildResponseUsing ( Closure $callback ) : void Set the response builder callback.
formatErrorsUsing ( Closure $callback ) : void Set the error formatter callback.

보호된 메소드들

메소드 설명
buildFailedValidationResponse ( Illuminate\Http\Request $request, array $errors )
formatValidationErrors ( Illuminate\Validation\Validator $validator )

메소드 상세

baseBuildFailedValidationResponse() 공개 메소드

baseFormatValidationErrors() 공개 메소드

buildFailedValidationResponse() 보호된 메소드

protected buildFailedValidationResponse ( Illuminate\Http\Request $request, array $errors )
$request Illuminate\Http\Request
$errors array

buildResponseUsing() 공개 정적인 메소드

Set the response builder callback.
public static buildResponseUsing ( Closure $callback ) : void
$callback Closure
리턴 void

formatErrorsUsing() 공개 정적인 메소드

Set the error formatter callback.
public static formatErrorsUsing ( Closure $callback ) : void
$callback Closure
리턴 void

formatValidationErrors() 보호된 메소드

protected formatValidationErrors ( Illuminate\Validation\Validator $validator )
$validator Illuminate\Validation\Validator

프로퍼티 상세

$errorFormatter 보호되어 있는 정적으로 프로퍼티

The error formatter callback.
protected static Closure,Laravel\Lumen\Routing $errorFormatter
리턴 Closure

$responseBuilder 보호되어 있는 정적으로 프로퍼티

The response builder callback.
protected static Closure,Laravel\Lumen\Routing $responseBuilder
리턴 Closure