Symfony\Installer\DemoCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('demo')->addArgument('directory', InputArgument::OPTIONAL, 'Directory where the new project will be created.')->setDescription('Creates a demo Symfony project.');
    }