PHP 인터페이스 App\Source\Interfaces\IModule

파일 보기 프로젝트 열기: andrey900/slimcms

공개 메소드들

메소드 설명
afterInitialization ( ) : void Run after init module and register methods
beforeInitialization ( ) : void Instance app, and container in module
getName ( ) : string Return module name
initialization ( ) : void Run if installed module(every loading system)
installModule ( ) : void Run for install module
isInitModule ( ) : boolean Return loaded module status
registerDi ( ) : void Register DI container in slim framework
registerMiddleware ( ) : void Register Middleware in slim framework
registerRoute ( ) : void Register route in slim framework
uninstallModule ( ) : void Run for module remove

메소드 상세

afterInitialization() 공개 메소드

Run after init module and register methods
public afterInitialization ( ) : void
리턴 void

beforeInitialization() 공개 메소드

Instance app, and container in module
public beforeInitialization ( ) : void
리턴 void

getName() 공개 정적인 메소드

Return module name
public static getName ( ) : string
리턴 string

initialization() 공개 메소드

Run if installed module(every loading system)
public initialization ( ) : void
리턴 void

installModule() 공개 메소드

Run for install module
public installModule ( ) : void
리턴 void

isInitModule() 공개 메소드

Return loaded module status
public isInitModule ( ) : boolean
리턴 boolean

registerDi() 공개 메소드

Register DI container in slim framework
public registerDi ( ) : void
리턴 void

registerMiddleware() 공개 메소드

Register Middleware in slim framework
public registerMiddleware ( ) : void
리턴 void

registerRoute() 공개 메소드

Register route in slim framework
public registerRoute ( ) : void
리턴 void

uninstallModule() 공개 메소드

Run for module remove
public uninstallModule ( ) : void
리턴 void