PHP 클래스 REBELinBLUE\Deployer\Providers\RouteServiceProvider

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
boot ( Router $router ) Define your route model bindings, pattern filters, etc.
map ( Router $router ) Define the routes for the application.

메소드 상세

boot() 공개 메소드

Define your route model bindings, pattern filters, etc.
public boot ( Router $router )
$router Illuminate\Routing\Router

map() 공개 메소드

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

프로퍼티 상세

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

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