fillOption example

InputOption::VALUE_REQUIRED,
                'Password'
            )
        ;
    }

    /** * {@inheritdoc} */
    protected function interact(InputInterface $input, OutputInterface $output)
    {
        $this->fillOption('email', 'Email', $input$output);
        $this->fillOption('username', 'Username', $input$output);
        $this->fillOption('name', 'Fullname', $input$output);
        $this->fillOption('locale', 'Locale', $input$output);
        $this->fillOption('password', 'Password', $input$output);
    }

    /** * {@inheritdoc} */
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        
Home | Imprint | This part of the site doesn't use cookies.