Documentation

Remove

CModule::Remove()

The method deletes a record with the module description from the database. Non-static method.

Parameters

No parameters.

See Also

Examples of use

<?
function UnRegisterModule($id)
{
    $m = new CModule;
    $m->MODULE_ID = $id;
    $m->Remove();
    CAllMain::DelGroupRight($id);
}
?>


© «Bitrix24», 2001-2024
Up