N98\Magento\Command\Developer\Module\UpdateCommand::setRoutersNode PHP Méthode

setRoutersNode() protected méthode

protected setRoutersNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setRoutersNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddRoutersOption($input)) {
            $this->addRouter($configXml, $this->configNodes['router_area']);
        }
    }