PHP Class Mage2\User\Module

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

Protected Properties

Свойство Type Description
$policies

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap any application services.
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminMenu ( )
registerMiddleware ( ) : void Register the middleware for the mage2 auth modules.
registerModule ( )
registerPolicies ( ) : void Register the policy for the admin user
registerViewComposerData ( )

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 ( )

registerMiddleware() public méthode

Register the middleware for the mage2 auth modules.
public registerMiddleware ( ) : void
Résultat void

registerModule() public méthode

public registerModule ( )

registerPermissions() protected méthode

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

registerPolicies() public méthode

Register the policy for the admin user
public registerPolicies ( ) : void
Résultat void

registerViewComposerData() public méthode

registerViewPath() protected méthode

protected registerViewPath ( )

Property Details

$policies protected_oe property

protected $policies