TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
TypoScriptFrontendControllerHook Class Reference

Public Member Functions

 hook_eofe ($params, $pObj)
 

Protected Member Functions

 getTypoScriptFrontendController ()
 
 getBackendUserAuthentication ()
 

Detailed Description

Frontend hooks

Definition at line 20 of file TypoScriptFrontendControllerHook.php.

Member Function Documentation

getBackendUserAuthentication ( )
protected
Returns

Definition at line 61 of file TypoScriptFrontendControllerHook.php.

References $GLOBALS.

Referenced by TypoScriptFrontendControllerHook\hook_eofe().

getTypoScriptFrontendController ( )
protected
Returns

Definition at line 53 of file TypoScriptFrontendControllerHook.php.

References $GLOBALS.

Referenced by TypoScriptFrontendControllerHook\hook_eofe().

hook_eofe (   $params,
  $pObj 
)
Parameters
array$params
\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController$pObj
Returns
void

Definition at line 27 of file TypoScriptFrontendControllerHook.php.

References TypoScriptFrontendControllerHook\getBackendUserAuthentication(), and TypoScriptFrontendControllerHook\getTypoScriptFrontendController().