PHP Class Kelpie\Server

Afficher le fichier Open project: dhotson/kelpie

Méthodes publiques

Méthode Description
__construct ( $host = '0.0.0.0', $port = 8000 )
start ( $app ) Start serving requests to the application

Method Details

__construct() public méthode

public __construct ( $host = '0.0.0.0', $port = 8000 )

start() public méthode

Start serving requests to the application
public start ( $app )