Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$host | string | Server host. | |
$name | string | The console command name. | |
$port | integer | Server port. |
Méthode | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
getOptions ( ) : array | Get the console command options. |
Méthode | Description | |
---|---|---|
getDriver ( [type] $driver ) : [type] | Get the IO driver. | |
getWsServerDriver ( [type] $ratchetServer ) : [type] | Get the WsServer driver. | |
server ( [type] $driver ) : [type] | Return the IoServer factory. | |
startWampServer ( ) : [type] | Get the WampServer driver. |
public __construct ( ) : void | ||
Résultat | void |
protected getOptions ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |