PHP 클래스 Mpociot\CaptainHook\Http\WebhookEventsController

상속: extends Laravel\Spark\Http\Controllers\Controller
파일 보기 프로젝트 열기: mpociot/captainhook

공개 메소드들

메소드 설명
__construct ( ) : void Create a new controller instance.
all ( Illuminate\Http\Request $request ) : Response Get all of the available webhook events.

메소드 상세

__construct() 공개 메소드

Create a new controller instance.
public __construct ( ) : void
리턴 void

all() 공개 메소드

Get all of the available webhook events.
public all ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
리턴 Response