Mutagenesis\Console::setAdapterOptions PHP Method

setAdapterOptions() protected static method

Set options to be parsed and passed to the adapter instance used by the runner
protected static setAdapterOptions ( RunnerAbstract $runner )
$runner Mutagenesis\Runner\RunnerAbstract
    protected static function setAdapterOptions(\Mutagenesis\Runner\RunnerAbstract $runner)
    {
        if (isset(self::$_options['options'])) {
            $runner->setAdapterOption(self::$_options['options']);
        }
    }