Mutagenesis\Console::setAdapterOptions PHP 메소드

setAdapterOptions() 보호된 정적인 메소드

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']);
        }
    }