ExtensionInterface
in
Extension interface
Table of Contents
Methods
- install() : void
- Install extension callback
- isPrimary() : bool
- Return true if extension is primary
- postInstall() : void
- Run post install actions
- setPrimary() : void
- Set extension as primary
- unInstall() : void
- UnInstall extension
Methods
install()
Install extension callback
public
install() : void
isPrimary()
Return true if extension is primary
public
isPrimary() : bool
Return values
boolpostInstall()
Run post install actions
public
postInstall() : void
setPrimary()
Set extension as primary
public
setPrimary() : void
unInstall()
UnInstall extension
public
unInstall() : void