PHP 클래스 Modules\Recipe\Providers\RouteServiceProvider

상속: extends Modules\Core\Providers\RoutingServiceProvider
파일 보기 프로젝트 열기: nwidart/laravel-modules

보호된 프로퍼티들

프로퍼티 타입 설명
$namespace string The root namespace to assume when generating URLs to actions.

보호된 메소드들

메소드 설명
getApiRoute ( ) : string
getBackendRoute ( ) : string
getFrontendRoute ( ) : string

메소드 상세

getApiRoute() 보호된 메소드

protected getApiRoute ( ) : string
리턴 string

getBackendRoute() 보호된 메소드

protected getBackendRoute ( ) : string
리턴 string

getFrontendRoute() 보호된 메소드

protected getFrontendRoute ( ) : string
리턴 string

프로퍼티 상세

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

The root namespace to assume when generating URLs to actions.
protected string $namespace
리턴 string