interface ServerInterface

Interface ServerInterface

Methods

mixed
launch(string $host, string $port, string $profile)

No description

string
getName()

Returns a string of the name of the server/service for debugging / display purposes.

Details

at line 16
mixed launch(string $host, string $port, string $profile)

Parameters

string $host
string $port
string $profile

Return Value

mixed

at line 23
string getName()

Returns a string of the name of the server/service for debugging / display purposes.

Return Value

string