]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php
Added missing but unfinished method.
[hub.git] / application / hub / main / discovery / dht / class_DhtRecipientDiscovery.php
index 732e8ee841ab1aec2d878d8aaeac69584c2b7942..3d0802b00796fa0a513375577d607e6ba70b3e83 100644 (file)
@@ -44,6 +44,17 @@ class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableNode
                // Return the prepared instance
                return $discoveryInstance;
        }
+
+       /**
+        * Resolves one or more recipients for a DHT transfer by given package data.
+        *
+        * @param       $packageData    Valid package data array
+        * @return      $recipients             An indexed array with DHT recipients
+        * @todo        0% done
+        */
+       public function resolveRecipientsByPackageData (array $packageData) {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]