PHP 클래스 Mage2\Paypal\Module

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

공개 메소드들

메소드 설명
boot ( ) protected $defer = true;
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminConfiguration ( )
registerModule ( )

보호된 메소드들

메소드 설명
mapWebRoutes ( ) : void Define the "web" routes for the application.
registerPaymentMethod ( )
registerViewPath ( )

메소드 상세

boot() 공개 메소드

protected $defer = true;
public boot ( )

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

registerAdminConfiguration() 공개 메소드

registerModule() 공개 메소드

public registerModule ( )

registerPaymentMethod() 보호된 메소드

protected registerPaymentMethod ( )

registerViewPath() 보호된 메소드

protected registerViewPath ( )