Documentation

Add

CModule::Add()

The method adds the module ID to the b_module table. Non-static method.

Parameters

No parameters.

See Also

Examples of use

<?
$m = new CModule;
$m->MODULE_ID = "iblock";
$m->Add();
?>


© «Bitrix24», 2001-2024
Up