abstract class InitializerAbstract

Class InitializerAbstract

Methods

static 
init()

Code to load on every exection.

static 
install()

Code to load when module is installed.

static 
update()

Code to load when module is updated.

static 
enabled()

Code to load when module is enabled.

static 
disabled()

Code to load when module is disabled.

Details

at line 19
abstract static init()

Code to load on every exection.

at line 24
abstract static install()

Code to load when module is installed.

at line 29
abstract static update()

Code to load when module is updated.

at line 34
abstract static enabled()

Code to load when module is enabled.

at line 39
abstract static disabled()

Code to load when module is disabled.