$GLOBALS['TL_HOOKS']['processFormData'][] = array('MyModuleClass', 'myProcessFormData'); // Datei /system/modules/myinserttag/config/config.php // Registrieren des Hooks replaceInsertTags // $GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('MyClass', 'myReplaceInsertTags'); ?>