]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/discovery/class_DiscoverableRecipient.php
Renamed methods (MAY BREAK THINGS)
[hub.git] / application / hub / interfaces / discovery / class_DiscoverableRecipient.php
index afa752fe43c77af7a331abc075c5fd792af0e3b7..765d3de3ebc3aaed00dbb7f44100bf0c1be956bf 100644 (file)
@@ -33,10 +33,10 @@ interface DiscoverableRecipient extends FrameworkInterface {
        /**
         * Tries to discover all recipients by given decoded package data.
         *
-        * @param       $decodedData    Decoded raw package data array
+        * @param       $decodedData    Raw raw package data array
         * @return      void
         */
-       function discoverDecodedRecipients (array $decodedData);
+       function discoverRawRecipients (array $decodedData);
 
        /**
         * "Getter" for recipient iterator