// CFG: NODE-STATE-CHECKED-PACKAGE-CLASS
$cfg->setConfigEntry('node_state_checked_package_class', 'NewConnectionNodeState');
+// CFG: NODE-ID
+$cfg->setConfigEntry('node_id', '');
+
// CFG: SESSION-ID
$cfg->setConfigEntry('session_id', '');
// Load the descriptor (XML) file
$helperInstance->loadDescriptorXml();
+ // Compile all variables
+ $helperInstance->getTemplateInstance()->compileConfigInVariables();
+
// And send the package away
$helperInstance->sendPackage($this);
return false;
} // END - if
- // Assign the found characters to variable and use the last entry from
- // stack as the name
+ /*
+ * Assign the found characters to variable and use the last entry from
+ * stack as the name
+ */
parent::assignVariable($this->getStackerInstance()->getNamed('self_connect'), $characters);
}