Phpro\SoapClient\Console\Command\GenerateTypesCommand::askForOverwrite PHP 메소드

askForOverwrite() 보호된 메소드

protected askForOverwrite ( ) : boolean
리턴 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);
    }