Configuration
FinalYes
Table of Contents
Methods
- disable() : void
- Disables work with mod_zip.
- enable() : void
- Enables work with mod_zip.
- isEnabled() : bool
- Returns true if work with mod_zip is enabled.
- isModInstalled() : bool
- Checks real opportunity on the current server to send archive by mod_zip.
Methods
disable()
Disables work with mod_zip.
public
static disable() : void
enable()
Enables work with mod_zip.
public
static enable() : void
isEnabled()
Returns true if work with mod_zip is enabled.
public
static isEnabled() : bool
Tags
Return values
boolisModInstalled()
Checks real opportunity on the current server to send archive by mod_zip.
public
static isModInstalled() : bool