Documentation

RegisterModule

RegisterModule(
 string mоdule_id
);

The function registers the specified module in the system. Module registration is the essential part of a module installation.

Function parameters

ParameterDescription
module_id Module ID.

See Also

Examples of use

<?
// file /bitrix/modules/statistic/install/step2.php 
RegisterModule("statistic");
?>


© «Bitrix24», 2001-2024
Up