N98\Magento\Command\Developer\Module\UpdateCommand::setDefaultNode PHP Method

setDefaultNode() protected method

protected setDefaultNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setDefaultNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddDefaultOption($input)) {
            $this->addDefault($configXml);
        }
    }