]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/tags/class_PackageRequestNodeListTagFilter.php
The package hash needs to be copied to the message array as it needs to be
[hub.git] / application / hub / main / filter / tags / class_PackageRequestNodeListTagFilter.php
index d01da6b3690ed4382ae788565f430c41cc1a4f37..71c45c448d9e18206962a8d217d17e38191c8fdb 100644 (file)
@@ -75,6 +75,19 @@ class PackageRequestNodeListTagFilter extends BaseNodeFilter implements Filterab
                // Process messasge generic
                $this->genericProcessMessage('request_node_list', $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
+        */
+       public function postProcessMessage (Receivable $packageInstance) {
+               // Please don't call this method
+               throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
+       }
 }
 
 // [EOF]