PHPPM\Commands\StartCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('start')->addArgument('working-directory', InputArgument::OPTIONAL, 'The root of your application.', './')->setDescription('Starts the server');
        $this->configurePPMOptions($this);
    }