TightenCo\Jigsaw\Console\ServeCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('serve')->setDescription('Serve local site with php built-in server.')->addArgument('environment', InputArgument::OPTIONAL, 'What environment should we serve?', 'local')->addOption('port', 'p', InputOption::VALUE_REQUIRED, 'What port should we use?', 8000);
    }