CModule
Table of Contents
Properties
- $MODULE_DESCRIPTION : mixed
- $MODULE_GROUP_RIGHTS : mixed
- $MODULE_ID : mixed
- $MODULE_NAME : mixed
- $MODULE_SORT : mixed
- $MODULE_VERSION : mixed
- $MODULE_VERSION_DATE : mixed
- $PARTNER_NAME : mixed
- $PARTNER_URI : mixed
- $SHOW_SUPER_ADMIN_GROUP_RIGHTS : mixed
Methods
- _GetCache() : mixed
- Add() : mixed
- AddAutoloadClasses() : mixed
- CreateModuleObject() : CModule|bool
- DoInstall() : mixed
- DoUninstall() : mixed
- GetDropDownList() : mixed
- GetList() : mixed
- GetModuleTasks() : mixed
- IncludeModule() : bool
- Makes module classes and function available. Returns true on success.
- IncludeModuleEx() : mixed
- InstallDB() : mixed
- InstallEventMessages() : void
- InstallEvents() : mixed
- InstallFiles() : mixed
- InstallTasks() : mixed
- IsInstalled() : mixed
- Remove() : mixed
- UnInstallDB() : mixed
- UnInstallEvents() : mixed
- UnInstallFiles() : mixed
- UnInstallTasks() : mixed
Properties
$MODULE_DESCRIPTION
public
mixed
$MODULE_DESCRIPTION
$MODULE_GROUP_RIGHTS
public
mixed
$MODULE_GROUP_RIGHTS
$MODULE_ID
public
mixed
$MODULE_ID
$MODULE_NAME
public
mixed
$MODULE_NAME
$MODULE_SORT
public
mixed
$MODULE_SORT
= 10000
$MODULE_VERSION
public
mixed
$MODULE_VERSION
$MODULE_VERSION_DATE
public
mixed
$MODULE_VERSION_DATE
$PARTNER_NAME
public
mixed
$PARTNER_NAME
$PARTNER_URI
public
mixed
$PARTNER_URI
$SHOW_SUPER_ADMIN_GROUP_RIGHTS
public
mixed
$SHOW_SUPER_ADMIN_GROUP_RIGHTS
Methods
_GetCache()
public
static _GetCache() : mixed
Add()
public
Add() : mixed
AddAutoloadClasses()
public
static AddAutoloadClasses(mixed $module[, mixed $arParams = [] ]) : mixed
Parameters
- $module : mixed
- $arParams : mixed = []
CreateModuleObject()
public
static CreateModuleObject(string $moduleId) : CModule|bool
Parameters
- $moduleId : string
Return values
CModule|boolDoInstall()
public
DoInstall() : mixed
DoUninstall()
public
DoUninstall() : mixed
GetDropDownList()
public
static GetDropDownList() : mixed
GetList()
public
static GetList() : mixed
GetModuleTasks()
public
GetModuleTasks() : mixed
IncludeModule()
Makes module classes and function available. Returns true on success.
public
static IncludeModule(string $module_name) : bool
Parameters
- $module_name : string
Return values
boolIncludeModuleEx()
public
static IncludeModuleEx(mixed $module_name) : mixed
Parameters
- $module_name : mixed
InstallDB()
public
InstallDB() : mixed
InstallEventMessages()
public
InstallEventMessages(string $languageId, array<string|int, mixed> $siteId) : void
Parameters
- $languageId : string
- $siteId : array<string|int, mixed>
InstallEvents()
public
InstallEvents() : mixed
InstallFiles()
public
InstallFiles() : mixed
InstallTasks()
public
InstallTasks() : mixed
IsInstalled()
public
IsInstalled() : mixed
Remove()
public
Remove() : mixed
UnInstallDB()
public
UnInstallDB() : mixed
UnInstallEvents()
public
UnInstallEvents() : mixed
UnInstallFiles()
public
UnInstallFiles() : mixed
UnInstallTasks()
public
UnInstallTasks() : mixed