]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/distributable/class_Distributable.php
Opps :(
[hub.git] / application / hub / interfaces / distributable / class_Distributable.php
index e3511e7b88a5eaca35e30d30ee473c45507b8042..0c85f6d6415822abfc96ff4ff649d60098eaff50 100644 (file)
@@ -57,9 +57,12 @@ interface Distributable extends FrameworkInterface {
         * object types except the node by given session id.
         *
         * @param       $messageData    An array with message data from a node_list request
+        * @param       $excludeKey             Array key which should be excluded
+        * @param       $andKey                 Array of $separator-separated list of elements which all must match
+        * @param       $separator              Sepator char (1st parameter for explode() call)
         * @return      $nodeList               An array with all found nodes
         */
-       function queryLocalNodeListExceptByMessageData (array $messageData);
+       function queryLocalNodeListExceptByMessageData (array $messageData, $excludeKey, $andKey, $separator);
 }
 
 // [EOF]