PHP Class PHPDaemon\Examples\ExampleDNode

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

Public Methods

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

Method Details

beginRequest() public method

Creates Request.
public beginRequest ( $req, $upstream ) : ExampleDNodeTestPageRequest
return ExampleDNodeTestPageRequest Request.

onReady() public method

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