PHP 클래스 Asvae\ApiTester\Providers\RouteServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: asvae/laravel-api-tester

보호된 프로퍼티들

프로퍼티 타입 설명
$kernel

공개 메소드들

메소드 설명
boot ( Router $router, Illuminate\Contracts\Http\Kernel $kernel )
map ( Router $router ) : void Define the routes for the application.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
getMiddleware ( )
getNamespace ( ) : string Get module namespace
requireRoutes ( ) : string

메소드 상세

boot() 공개 메소드

public boot ( Router $router, Illuminate\Contracts\Http\Kernel $kernel )
$router Illuminate\Routing\Router
$kernel Illuminate\Contracts\Http\Kernel

getMiddleware() 보호된 메소드

protected getMiddleware ( )

getNamespace() 보호된 메소드

Get module namespace
protected getNamespace ( ) : string
리턴 string

map() 공개 메소드

Define the routes for the application.
public map ( Router $router ) : void
$router Illuminate\Routing\Router
리턴 void

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

requireRoutes() 보호된 메소드

protected requireRoutes ( ) : string
리턴 string

프로퍼티 상세

$kernel 보호되어 있는 프로퍼티

protected $kernel