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

setLayoutUpdatesNode() protected method

protected setLayoutUpdatesNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setLayoutUpdatesNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddLayoutUpdatesOptions($input)) {
            $this->addLayoutUpdate($configXml, $this->configNodes['layout_updates_area'], $this->configNodes['layout_update_module']);
        }
    }