Symfony\Installer\NewCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('new')->setDescription('Creates a new Symfony project.')->addArgument('directory', InputArgument::REQUIRED, 'Directory where the new project will be created.')->addArgument('version', InputArgument::OPTIONAL, 'The Symfony version to be installed (defaults to the latest stable version).', 'latest');
    }