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

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

protected setEventsNode ( Symfony\Component\Console\Input\InputInterface $input, SimpleXMLElement $configXml )
$input Symfony\Component\Console\Input\InputInterface
$configXml SimpleXMLElement
    protected function setEventsNode(InputInterface $input, \SimpleXMLElement $configXml)
    {
        if ($this->hasAddEventsOption($input)) {
            $this->addEvent($configXml, $this->configNodes['events_area'], $this->configNodes['event_name']);
        }
    }