PHP Class PHPDaemon\Servers\HTTP\Pool

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Network\Server
Datei anzeigen Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$WS WebSocketServer instance
$variablesOrder Variables order "GPC"

Public Methods

Method Description
onConfigUpdated ( ) : void Called when worker is going to update configuration.
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

getConfigDefaults() protected method

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

onConfigUpdated() public method

Called when worker is going to update configuration.
public onConfigUpdated ( ) : void
return void

onReady() public method

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

Property Details

$WS public_oe property

WebSocketServer instance
public $WS

$variablesOrder public_oe property

Variables order "GPC"
public $variablesOrder