]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/recipient/class_Recipient.php
Added missing classes.
[hub.git] / application / hub / interfaces / recipient / class_Recipient.php
index d5205b6c584bf0671e5f1f1a6cb450b8cd7ae305..2a6c03196c1bec468d913e83c2bbd7c68ef97602 100644 (file)
@@ -28,10 +28,11 @@ interface Recipient extends FrameworkInterface {
         *
         * @param       $recipient              Recipient to resolve (e.g. could be a virtual recipient or direct session id)
         * @param       $listInstance   An instance of a Listable class
+        * @param       $packageData    Valid package data array
         * @return      $resolved               Resolved recipient or VOID if only the set list has been filled
         * @throws      FrameworkException      Could throw different exceptions depending on implementation
         */
-       function resolveRecipient ($recipient, Listable $listInstance);
+       function resolveRecipient ($recipient, Listable $listInstance, array $packageData);
 }
 
 // [EOF]