]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/nodes/class_NodeHelper.php
Added parameter 'key' to encryption methods to allow own keys
[hub.git] / application / hub / interfaces / nodes / class_NodeHelper.php
index dc96ab30a5d7458c020c394e23a03565fbf298c4..c917a8490b07cb474875a500462121a9c31e6332 100644 (file)
@@ -122,6 +122,15 @@ interface NodeHelper extends FrameworkInterface {
         * @return      $addressPort            A address:port combination for this node
         */
        function getAddressPort (Networkable $handlerInstance);
+
+       /**
+        * Adds hub data elements to a given dataset instance
+        *
+        * @param       $criteriaInstance       An instance of a storeable criteria
+        * @param       $requestInstance        An instance of a Requestable class
+        * @return      void
+        */
+       function addElementsToDataSet (StoreableCriteria $criteriaInstance, Requestable $requestInstance);
 }
 
 // [EOF]