PHP Class Modules\Recipe\Providers\RouteServiceProvider

Inheritance: extends Modules\Core\Providers\RoutingServiceProvider
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$namespace string The root namespace to assume when generating URLs to actions.

Méthodes protégées

Méthode Description
getApiRoute ( ) : string
getBackendRoute ( ) : string
getFrontendRoute ( ) : string

Method Details

getApiRoute() protected méthode

protected getApiRoute ( ) : string
Résultat string

getBackendRoute() protected méthode

protected getBackendRoute ( ) : string
Résultat string

getFrontendRoute() protected méthode

protected getFrontendRoute ( ) : string
Résultat string

Property Details

$namespace protected_oe property

The root namespace to assume when generating URLs to actions.
protected string $namespace
Résultat string