Magestead\Helper\Options::installSampleData PHP Method

installSampleData() protected method

protected installSampleData ( $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function installSampleData($helper, InputInterface $input, OutputInterface $output)
    {
        $sampleInstall = new ConfirmationQuestion("Would you like to install sample data? (no/yes) ", false);
        $this->installSampleData = $helper->ask($input, $output, $sampleInstall);
    }