PHP Class Kohkimakimoto\Worker\HttpServer\HttpController

Datei anzeigen Open project: kohkimakimoto/workerphp

Protected Properties

Property Type Description
$request
$response
$server
$worker

Public Methods

Method Description
__construct ( $worker, $server, $request, $response )
index ( $parameters )
job ( $parameters )

Protected Methods

Method Description
getQueryParameter ( $key, $default = null )

Method Details

__construct() public method

public __construct ( $worker, $server, $request, $response )

getQueryParameter() protected method

protected getQueryParameter ( $key, $default = null )

index() public method

public index ( $parameters )

job() public method

public job ( $parameters )

Property Details

$request protected_oe property

protected $request

$response protected_oe property

protected $response

$server protected_oe property

protected $server

$worker protected_oe property

protected $worker