PHP 클래스 Mage2\Theme\Module

상속: extends Mage2\Framework\Support\BaseModule
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap any application services.
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminMenu ( )
registerModule ( )

보호된 메소드들

메소드 설명
mapWebRoutes ( ) : void Define the "web" routes for the application.
registerPermissions ( ) : void Register Permission for the roles
registerViewPath ( )

메소드 상세

boot() 공개 메소드

Bootstrap any application services.
public boot ( ) : void
리턴 void

getIdentifier() 공개 메소드

public getIdentifier ( )

getName() 공개 메소드

public getName ( )

mapWebRoutes() 보호된 메소드

These routes all receive session state, CSRF protection, etc.
protected mapWebRoutes ( ) : void
리턴 void

register() 공개 메소드

Register any application services.
public register ( ) : void
리턴 void

registerAdminMenu() 공개 메소드

public registerAdminMenu ( )

registerModule() 공개 메소드

public registerModule ( )

registerPermissions() 보호된 메소드

Register Permission for the roles
protected registerPermissions ( ) : void
리턴 void

registerViewPath() 보호된 메소드

protected registerViewPath ( )