PHP 클래스 PHPDaemon\Applications\CGI

상속: extends PHPDaemon\Core\AppInstance
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$binAliases array
$binPath string
$chroot string

공개 메소드들

메소드 설명
beginRequest ( object $req, object $upstream ) : CGIRequest Creates Request.
onReady ( ) : void Called when the worker is ready to go.

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from AppInstance::getConfigDefaults

메소드 상세

beginRequest() 공개 메소드

Creates Request.
public beginRequest ( object $req, object $upstream ) : CGIRequest
$req object Request.
$upstream object Upstream application instance.
리턴 CGIRequest Request.

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from AppInstance::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
리턴 array | boolean

onReady() 공개 메소드

Called when the worker is ready to go.
public onReady ( ) : void
리턴 void

프로퍼티 상세

$binAliases 공개적으로 프로퍼티

public array $binAliases
리턴 array

$binPath 공개적으로 프로퍼티

public string $binPath
리턴 string

$chroot 공개적으로 프로퍼티

public string $chroot
리턴 string