Symfony\Installer\DemoCommand::configure PHP 메소드

configure() 보호된 메소드

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.');
    }