PHP 클래스 App\Http\Controllers\API\PasswordsController

상속: extends app\http\controllers\PasswordsController
파일 보기 프로젝트 열기: appkr/l5essential

공개 메소드들

메소드 설명
__construct ( )

보호된 메소드들

메소드 설명
respondError ( $message, integer $statusCode = 400 ) : Illuminate\Http\JsonResponse Make an error response.
respondSuccess ( $message ) : Illuminate\Http\RedirectResponse Make a success response.

메소드 상세

__construct() 공개 메소드

public __construct ( )

respondError() 보호된 메소드

Make an error response.
protected respondError ( $message, integer $statusCode = 400 ) : Illuminate\Http\JsonResponse
$message
$statusCode integer
리턴 Illuminate\Http\JsonResponse

respondSuccess() 보호된 메소드

Make a success response.
protected respondSuccess ( $message ) : Illuminate\Http\RedirectResponse
$message
리턴 Illuminate\Http\RedirectResponse