class ServeDocsCommand extends Command

Runs built-in PHP server for serving Doctum API documentation.

More information can be found here.

Methods

void
configure()

Configures the command.

int
execute(InputInterface $input, OutputInterface $output)

Executes the command.

Details

at line 17
protected void configure()

Configures the command.

Return Value

void

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

Executes the command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int