PHP Class blink\server\Server

Inheritance: extends blink\core\Object
Show file Open project: bixuehujin/blink

Public Properties

Property Type Description
$bootstrap string A php file that application will boot from.
$host
$name
$pidFile
$port

Public Methods

Method Description
handleRequest ( $request )
run ( )
startApp ( )
stopApp ( )

Method Details

handleRequest() public method

public handleRequest ( $request )

run() abstract public method

abstract public run ( )

startApp() public method

public startApp ( )

stopApp() public method

public stopApp ( )

Property Details

$bootstrap public property

A php file that application will boot from.
public string $bootstrap
return string

$host public property

public $host

$name public property

public $name

$pidFile public property

public $pidFile

$port public property

public $port