ModuleCenterModuleInterface

Extends

Interface ModuleCenterModuleInterface

category

System

package

Modules

subpackage

Interfaces

Methods

Returns the description of the module

getDescription() : string

Response

string

Returns the name of the module

getName() : string

Response

string

Returns the sort order of the module

getSortOrder() : integer

Response

integer

Returns the title of the module

getTitle() : string

Response

string

Installs the module

install() 

Returns true, if the module is installed. Otherwise false is returned.

isInstalled() : boolean

Response

boolean

Returns true, if the module should be displayed in module center.

isVisible() : boolean

Response

boolean

Uninstalls the module

uninstall()