class ServeCommand extends ServerStartCommand

Methods

__construct(Application $application)

No description

int
execute(InputInterface $input, OutputInterface $output)

Execute the server start command.

void
configure()

Configure the server start command.

int
startServer(InputInterface $input)

Start the configured Swoole servers.

Details

in ServerStartCommand at line 32
__construct(Application $application)

No description

Parameters

Application $application

at line 24
protected int execute(InputInterface $input, OutputInterface $output)

Execute the server start command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int

in ServerStartCommand at line 50
protected void configure()

Configure the server start command.

Return Value

void

in ServerStartCommand at line 61
protected int startServer(InputInterface $input)

Start the configured Swoole servers.

Parameters

InputInterface $input

Return Value

int