ModuleCenterModuleInterface
in
Interface ModuleCenterModuleInterface
Tags
Table of Contents
- getDescription() : string
- Returns the description of the module
- getName() : string
- Returns the name of the module
- getSortOrder() : int
- Returns the sort order of the module
- getTitle() : string
- Returns the title of the module
- install() : mixed
- Installs the module
- isInstalled() : bool
- Returns true, if the module is installed. Otherwise false is returned.
- isVisible() : bool
- Returns true, if the module should be displayed in module center.
- uninstall() : mixed
- Uninstalls the module
Methods
getDescription()
Returns the description of the module
public
getDescription() : string
Return values
string —getName()
Returns the name of the module
public
getName() : string
Return values
string —getSortOrder()
Returns the sort order of the module
public
getSortOrder() : int
Return values
int —getTitle()
Returns the title of the module
public
getTitle() : string
Return values
string —install()
Installs the module
public
install() : mixed
Return values
mixed —isInstalled()
Returns true, if the module is installed. Otherwise false is returned.
public
isInstalled() : bool
Return values
bool —isVisible()
Returns true, if the module should be displayed in module center.
public
isVisible() : bool
Return values
bool —uninstall()
Uninstalls the module
public
uninstall() : mixed