PHP Class PHPDaemon\SockJS\TestRelay\Application

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

Public Methods

Method Description
onReady ( ) : void Called when the worker is ready to go.

Protected Methods

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

Method Details

getConfigDefaults() protected method

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

onReady() public method

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