phpDocumentor

MailbeezModuleCenterModule extends AbstractModuleCenterModule
in package

Class MailbeezModuleCenterModule

Tags
extends

AbstractModuleCenterModule

category

System

Table of Contents

LEGACY_PREFIX  = 'gm_configuration/'
$cacheControl  : CacheControl
$db  : CI_DB_query_builder
$description  : string
$isInstalled  : null|bool
$languageTextManager  : LanguageTextManager
$name  : string
$sortOrder  : int
$title  : string
__construct()  : mixed
getDescription()  : string
Returns the description of the module
getName()  : string
Returns the name of the module
getSortOrder()  : float
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
_clearCache()  : mixed
Empty modules cache after module installation
_init()  : mixed
Initialize the module e.g. set title, description, sort order etc.
_setIsInstalled()  : mixed
Set isInstalled flag
_setModuleName()  : mixed
Set module name
_store()  : mixed

Constants

Properties

Methods

__construct()

public __construct(LanguageTextManager $languageTextManager, CI_DB_query_builder $db, CacheControl $cacheControl) : mixed
Parameters
$languageTextManager : LanguageTextManager
$db : CI_DB_query_builder
$cacheControl : CacheControl
Return values
mixed

getName()

Returns the name of the module

public final getName() : string

The name is filtered by a regular expression. Only alphanumeric characters are allowed.

Return values
string

isInstalled()

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

public final isInstalled() : bool
Return values
bool

_init()

Initialize the module e.g. set title, description, sort order etc.

protected _init() : mixed

Function will be called in the constructor

Return values
mixed

Search results