]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/direct/class_DirectRecipient.php
Added missing classes.
[hub.git] / application / hub / main / recipient / direct / class_DirectRecipient.php
index d225fa5cbdb7803d7a0a5494f213f99d6da28259..a34ac747162791798dd2c9909bb535285355da99 100644 (file)
@@ -51,10 +51,11 @@ class DirectRecipient extends BaseRecipient implements Recipient {
         *
         * @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
         */
-       public function resolveRecipient ($recipient, Listable $listInstance = NULL) {
+       public function resolveRecipient ($recipient, Listable $listInstance, array $packageData) {
                // Debug message
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);