]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/tags/answer/class_PackageRequestNodeListAnswerTagFilter.php
The package hash needs to be copied to the message array as it needs to be
[hub.git] / application / hub / main / filter / tags / answer / class_PackageRequestNodeListAnswerTagFilter.php
index 3f26eadaac30ffaa13c4628662e6a77f635cd1d3..33d643fac4ec6699c44fd5892d32f32651f94124 100644 (file)
@@ -77,6 +77,19 @@ class PackageRequestNodeListAnswerTagFilter extends BaseNodeFilter implements Fi
                // Process message in generic way
                $this->genericProcessMessage('request_node_list_answer', $messageData, $packageInstance);
        }
+
+       /**
+        * Post-processes the stacked message. Do not call popNamed() as then no
+        * other class can process the message.
+        *
+        * @param       $packageInstance        An instance of a Receivable class
+        * @return      void
+        * @throws      UnsupportedOperationException   If this method is called, please use processMessage() instead!
+        */
+       public function postProcessMessage (Receivable $packageInstance) {
+               // Please don't call this method
+               throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
+       }
 }
 
 // [EOF]