phpDocumentor

ModuleCenterModuleInterface

Interface ModuleCenterModuleInterface

Tags
category

System

subpackage

Interfaces

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

isInstalled()

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

public isInstalled() : bool
Return values
bool

Search results