PHP Class Ouzo\FrontController

Exibir arquivo Open project: letsdrink/ouzo Class Usage Examples

Public Properties

Property Type Description
$requestId

Public Methods

Method Description
__construct ( )
_invokeControllerMethods ( )
getControllerFactory ( ) : ControllerFactory
getCookiesSetter ( ) : CookiesSetter
getDownloadHandler ( ) : DownloadHandler
getHeaderSender ( ) : HeaderSender
getOutputDisplayer ( ) : OutputDisplayer
getRedirectHandler ( ) : RedirectHandler
getRequestContext ( ) : RequestContext
getSessionInitializer ( ) : SessionInitializer
init ( )

Private Methods

Method Description
_doActionOnResponse ( )
_invokeAction ( )
_invokeAfterMethods ( )
_invokeBeforeMethods ( )
_invokeInit ( )
_isRedirect ( )
_logRequest ( )
_logRequestIfDebugEnabled ( )
_redirect ( $url )
_sendHeaders ( $headers )
callCallback ( $callback )
renderOutput ( )

Method Details

__construct() public method

public __construct ( )

_invokeControllerMethods() public method

getControllerFactory() public method

public getControllerFactory ( ) : ControllerFactory
return ControllerFactory

getCookiesSetter() public method

public getCookiesSetter ( ) : CookiesSetter
return CookiesSetter

getDownloadHandler() public method

public getDownloadHandler ( ) : DownloadHandler
return DownloadHandler

getHeaderSender() public method

public getHeaderSender ( ) : HeaderSender
return HeaderSender

getOutputDisplayer() public method

public getOutputDisplayer ( ) : OutputDisplayer
return OutputDisplayer

getRedirectHandler() public method

public getRedirectHandler ( ) : RedirectHandler
return RedirectHandler

getRequestContext() public method

public getRequestContext ( ) : RequestContext
return Ouzo\Request\RequestContext

getSessionInitializer() public method

public getSessionInitializer ( ) : SessionInitializer
return SessionInitializer

init() public method

public init ( )

Property Details

$requestId public_oe static_oe property

public static $requestId