// Get cruncher instance
$cruncherInstance = Registry::getRegistry()->getInstance('cruncher');
+ // Add some cruncher-specific filters
+ $cruncherInstance->addExtraCruncherFilters();
+
// Get task handler instance
$handlerInstance = Registry::getRegistry()->getInstance('task');
/*
* -------------------------- Hub activation --------------------------
- * Activates the hub by doing some final preparation steps and setting
+ * Activates the node by doing some final preparation steps and setting
* the attribute $hubIsActive to true
*/
$nodeInstance->activateNode($requestInstance, $responseInstance);