PHP Class blink\server\Server

Inheritance: extends blink\core\Object
Afficher le fichier Open project: bixuehujin/blink

Méthodes publiques

Свойство Type Description
$bootstrap string A php file that application will boot from.
$host
$name
$pidFile
$port

Méthodes publiques

Méthode Description
handleRequest ( $request )
run ( )
startApp ( )
stopApp ( )

Method Details

handleRequest() public méthode

public handleRequest ( $request )

run() abstract public méthode

abstract public run ( )

startApp() public méthode

public startApp ( )

stopApp() public méthode

public stopApp ( )

Property Details

$bootstrap public_oe property

A php file that application will boot from.
public string $bootstrap
Résultat string

$host public_oe property

public $host

$name public_oe property

public $name

$pidFile public_oe property

public $pidFile

$port public_oe property

public $port