PHP 클래스 Laravoole\Base

파일 보기 프로젝트 열기: acabin/laravoole 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$app
$handler_config
$kernel
$pid_file
$root_dir
$server
$tmp_autoloader

공개 메소드들

메소드 설명
endResponse ( $response, $content )
init ( $pid_file, $root_dir, $handler_config, $wrapper_config )
onRequest ( $request, $response, $illuminate_request = false )
prepareKernel ( )
start ( )

보호된 메소드들

메소드 설명
dealWithPublic ( $request, $response )
dealWithRequest ( $request, $classname = IlluminateRequest::class )
getApp ( )

비공개 메소드들

메소드 설명
dealWithResponse ( $response, $illuminate_response, $accept_gzip )

메소드 상세

dealWithPublic() 보호된 메소드

protected dealWithPublic ( $request, $response )

dealWithRequest() 보호된 메소드

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

endResponse() 공개 메소드

public endResponse ( $response, $content )

getApp() 보호된 메소드

protected getApp ( )

init() 최종 공개 메소드

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

onRequest() 공개 메소드

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

prepareKernel() 공개 메소드

public prepareKernel ( )

start() 공개 메소드

public start ( )

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected $app

$handler_config 보호되어 있는 프로퍼티

protected $handler_config

$kernel 보호되어 있는 프로퍼티

protected $kernel

$pid_file 보호되어 있는 프로퍼티

protected $pid_file

$root_dir 보호되어 있는 프로퍼티

protected $root_dir

$server 보호되어 있는 프로퍼티

protected $server

$tmp_autoloader 보호되어 있는 프로퍼티

protected $tmp_autoloader