X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Frecipient%2Fdirect%2Fclass_DirectRecipient.php;fp=application%2Fhub%2Fmain%2Frecipient%2Fdirect%2Fclass_DirectRecipient.php;h=a34ac747162791798dd2c9909bb535285355da99;hb=8900cef1465393b15da7a8f80cc19de7bd052dbc;hp=d225fa5cbdb7803d7a0a5494f213f99d6da28259;hpb=b476dddc33f246cce656bbf37951b5e3544e8182;p=hub.git diff --git a/application/hub/main/recipient/direct/class_DirectRecipient.php b/application/hub/main/recipient/direct/class_DirectRecipient.php index d225fa5cb..a34ac7471 100644 --- a/application/hub/main/recipient/direct/class_DirectRecipient.php +++ b/application/hub/main/recipient/direct/class_DirectRecipient.php @@ -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);