Documentation

OnAfterEpilog

handler function();

The event OnAfterEpilog fires at the end of executable section of a site epilogue (after OnEpilog).

Hander function parameters

No parameters.

See Also

Example of handler function registration:

<?
RegisterModuleDependences("main", 
                          "OnAfterEpilog", 
                          "compression",
                          "CCompress",
                          "OnAfterEpilog");
?>


© «Bitrix24», 2001-2024
Up