PHP 클래스 DummyNamespace\Providers\RouteServiceProvider

상속: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
파일 보기 프로젝트 열기: caffeinated/modules

보호된 프로퍼티들

프로퍼티 타입 설명
$namespace string In addition, it is set as the URL generator's root namespace.

공개 메소드들

메소드 설명
boot ( ) : void Define your route model bindings, pattern filters, etc.
map ( ) : void Define the routes for the module.

보호된 메소드들

메소드 설명
mapApiRoutes ( ) : void Define the "api" routes for the module.
mapWebRoutes ( ) : void Define the "web" routes for the module.

메소드 상세

boot() 공개 메소드

Define your route model bindings, pattern filters, etc.
public boot ( ) : void
리턴 void

map() 공개 메소드

Define the routes for the module.
public map ( ) : void
리턴 void

mapApiRoutes() 보호된 메소드

These routes are typically stateless.
protected mapApiRoutes ( ) : void
리턴 void

mapWebRoutes() 보호된 메소드

These routes all receive session state, CSRF protection, etc.
protected mapWebRoutes ( ) : void
리턴 void

프로퍼티 상세

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

In addition, it is set as the URL generator's root namespace.
protected string $namespace
리턴 string