PHP Class Laravoole\Base

Afficher le fichier Open project: acabin/laravoole Class Usage Examples

Protected Properties

Свойство Type Description
$app
$handler_config
$kernel
$pid_file
$root_dir
$server
$tmp_autoloader

Méthodes publiques

Méthode Description
endResponse ( $response, $content )
init ( $pid_file, $root_dir, $handler_config, $wrapper_config )
onRequest ( $request, $response, $illuminate_request = false )
prepareKernel ( )
start ( )

Méthodes protégées

Méthode Description
dealWithPublic ( $request, $response )
dealWithRequest ( $request, $classname = IlluminateRequest::class )
getApp ( )

Private Methods

Méthode Description
dealWithResponse ( $response, $illuminate_response, $accept_gzip )

Method Details

dealWithPublic() protected méthode

protected dealWithPublic ( $request, $response )

dealWithRequest() protected méthode

protected dealWithRequest ( $request, $classname = IlluminateRequest::class )

endResponse() public méthode

public endResponse ( $response, $content )

getApp() protected méthode

protected getApp ( )

init() final public méthode

final public init ( $pid_file, $root_dir, $handler_config, $wrapper_config )

onRequest() public méthode

public onRequest ( $request, $response, $illuminate_request = false )

prepareKernel() public méthode

public prepareKernel ( )

start() public méthode

public start ( )

Property Details

$app protected_oe property

protected $app

$handler_config protected_oe property

protected $handler_config

$kernel protected_oe property

protected $kernel

$pid_file protected_oe property

protected $pid_file

$root_dir protected_oe property

protected $root_dir

$server protected_oe property

protected $server

$tmp_autoloader protected_oe property

protected $tmp_autoloader