PHP Class Mage2\Feature\Module

Inheritance: extends Mage2\Framework\Support\BaseModule
Afficher le fichier Open project: mage2/laravel-ecommerce

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap any application services.
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminConfiguration ( ) : void Register Admin Configuration for the Address Modules
registerModule ( )

Méthodes protégées

Méthode Description
mapWebRoutes ( ) : void Define the "web" routes for the application.
registerViewPath ( ) : void add path to view finder.

Method Details

boot() public méthode

Bootstrap any application services.
public boot ( ) : void
Résultat void

getIdentifier() public méthode

public getIdentifier ( )

getName() public méthode

public getName ( )

mapWebRoutes() protected méthode

These routes all receive session state, CSRF protection, etc.
protected mapWebRoutes ( ) : void
Résultat void

register() public méthode

Register any application services.
public register ( ) : void
Résultat void

registerAdminConfiguration() public méthode

Register Admin Configuration for the Address Modules
public registerAdminConfiguration ( ) : void
Résultat void

registerModule() public méthode

public registerModule ( )

registerViewPath() protected méthode

add path to view finder.
protected registerViewPath ( ) : void
Résultat void