PHP Class Mage2\Pickup\Module

Inheritance: extends Mage2\Framework\Support\BaseModule
Datei anzeigen Open project: mage2/laravel-ecommerce

Public Methods

Method Description
boot ( ) : void Bootstrap any application services.
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerModule ( )

Protected Methods

Method Description
registerPaymentMethod ( ) : void Define the "web" routes for the application.
registerViewPath ( )

Method Details

boot() public method

Bootstrap any application services.
public boot ( ) : void
return void

getIdentifier() public method

public getIdentifier ( )

getName() public method

public getName ( )

register() public method

Register any application services.
public register ( ) : void
return void

registerModule() public method

public registerModule ( )

registerPaymentMethod() protected method

These routes all receive session state, CSRF protection, etc.
protected registerPaymentMethod ( ) : void
return void

registerViewPath() protected method

protected registerViewPath ( )