X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fdiscovery%2Fclass_DiscoverableRecipient.php;h=2730741d08000a7c0d7df8a0e660e26ec0677422;hb=a350963ce5cca9cce90c958a34287cec1743ac55;hp=20189ad6fdd9170086427c53f3532bb8f46407f4;hpb=52ef3a5af7ee3979e7fa089ce15cfc4b17b0592c;p=hub.git diff --git a/application/hub/interfaces/discovery/class_DiscoverableRecipient.php b/application/hub/interfaces/discovery/class_DiscoverableRecipient.php index 20189ad6f..2730741d0 100644 --- a/application/hub/interfaces/discovery/class_DiscoverableRecipient.php +++ b/application/hub/interfaces/discovery/class_DiscoverableRecipient.php @@ -30,6 +30,14 @@ interface DiscoverableRecipient extends FrameworkInterface { */ function discoverRecipients (array $packageData); + /** + * Tries to discover all recipients by given decoded package data. + * + * @param $decodedData Decoded raw package data array + * @return void + */ + function discoverDecodedRecipients (array $decodedData); + /** * "Getter" for recipient iterator *