ModuleAbstract
Table of Contents
- VERSION = '1.0.0'
- VERSION_NUMBER = 10000
- getClassName() : string
- Get class name.
- getInfo() : array<string|int, mixed>
- Get info of module.
- getVersion() : string
- Get version string of module.
- getVersionNumber() : int
- Get version number of module.
- install() : bool
- Install module.
- run() : void
- Process run of module.
- uninstall() : bool
- Uninstall module.
Constants
VERSION
public
mixed
VERSION
= '1.0.0'
VERSION_NUMBER
public
mixed
VERSION_NUMBER
= 10000
Methods
getClassName()
Get class name.
public
final getClassName() : string
Return values
string —getInfo()
Get info of module.
public
abstract getInfo() : array<string|int, mixed>
Return values
array<string|int, mixed> —getVersion()
Get version string of module.
public
final getVersion() : string
Ejem: 1.0.0.
Return values
string —getVersionNumber()
Get version number of module.
public
final getVersionNumber() : int
Ejem: 10000.
Return values
int —install()
Install module.
public
abstract install() : bool
Return values
bool —run()
Process run of module.
public
abstract run() : void
Return values
void —uninstall()
Uninstall module.
public
abstract uninstall() : bool