Documentation

IModule

Interface IModule

Tags
subpackage

Modules

Table of Contents

getCompany()  : string
getDependencies()  : array<string|int, mixed>
getName()  : string
getPath()  : string
getTitle()  : string
getVersion()  : string
isSystem()  : bool
onDestroy()  : bool
onInitialize()  : bool
onInstall()  : bool
onUninstall()  : bool
onUpdate()  : bool

Methods

getCompany()

public getCompany() : string
Return values
string

getDependencies()

public getDependencies() : array<string|int, mixed>
Return values
array<string|int, mixed>

getName()

public getName() : string
Return values
string

getPath()

public getPath() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

getVersion()

public getVersion() : string
Return values
string

isSystem()

public isSystem() : bool
Return values
bool

onDestroy()

public onDestroy() : bool
Return values
bool

onInstall()

public onInstall() : bool
Return values
bool

onUninstall()

public onUninstall() : bool
Return values
bool

onUpdate()

public onUpdate(string $pathToScriptsFolder) : bool
Parameters
$pathToScriptsFolder : string
Return values
bool

Search results