PHP Class PHPDaemon\Applications\CGI

Inheritance: extends PHPDaemon\Core\AppInstance
Exibir arquivo Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$binAliases array
$binPath string
$chroot string

Public Methods

Method Description
beginRequest ( object $req, object $upstream ) : CGIRequest Creates Request.
onReady ( ) : void Called when the worker is ready to go.

Protected Methods

Method Description
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from AppInstance::getConfigDefaults

Method Details

beginRequest() public method

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

getConfigDefaults() protected method

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

onReady() public method

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

Property Details

$binAliases public_oe property

public array $binAliases
return array

$binPath public_oe property

public string $binPath
return string

$chroot public_oe property

public string $chroot
return string