Method | Description | |
---|---|---|
configure ( ) | Configure command. |
Method | Description | |
---|---|---|
check_port ( integer $port = 8000, string $host = '127.0.0.1', integer $timeout = 3 ) : boolean | Check if port is in use. | |
port ( Symfony\Component\Console\Input\InputInterface $input ) : mixed | string | Obtain port. | |
serve ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Serve command. |
protected serve ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |