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