N98\Magento\Command\Developer\Module\UpdateCommand::setResourceModelNode PHP Метод

setResourceModelNode() защищенный Метод

protected setResourceModelNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setResourceModelNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddResourceModelOption($input)) {
            $this->addResourceModel($configXml);
        }
    }