Hook: beforeRedirectionToSeparateDataEntryPage

Vor der Weiterleitung zu einer separaten Erfassungsseite für die Benutzerdaten

/*
 * -- Registration: --
 * $GLOBALS['MERCONIS_HOOKS']['beforeRedirectionToSeparateDataEntryPage'][] = array('myMerconisHookClass', 'myBeforeRedirectionToSeparateDataEntryPage');
 *
 * -- Invocation: --
 * Before the user is redirected to the separate data entry page
 *
 * -- Parameters: --
 * none
 *
 * -- Return value: --
 * none
 *
 * -- Objective: --
 * e.g. profiling user behaviour
 *  
 */

public function myBeforeRedirectionToSeparateDataEntryPage() {

	/*
	 * Custom code
	 */

}