PHP Class Mage2\Page\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.
registerAdminMenu ( )
registerModule ( )

Méthodes protégées

Méthode Description
mapWebRoutes ( ) : void Define the "web" routes for the application.
registerPermissions ( ) : void Register Permission for the roles
registerViewPath ( )

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

registerAdminMenu() public méthode

public registerAdminMenu ( )

registerModule() public méthode

public registerModule ( )

registerPermissions() protected méthode

Register Permission for the roles
protected registerPermissions ( ) : void
Résultat void

registerViewPath() protected méthode

protected registerViewPath ( )