Phpro\SoapClient\Console\Command\GenerateTypesCommand::askForOverwrite PHP Method

askForOverwrite() protected method

protected askForOverwrite ( ) : boolean
return boolean
    protected function askForOverwrite()
    {
        $overwriteByDefault = $this->input->getOption('overwrite');
        $question = new ConfirmationQuestion('Do you want to overwrite it?', $overwriteByDefault);
        return $this->getHelper('question')->ask($this->input, $this->output, $question);
    }