]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/message-types/requests/class_NodeMessageRequestNodeListHandler.php
Added missing methods (as partial stubs)
[hub.git] / application / hub / main / handler / message-types / requests / class_NodeMessageRequestNodeListHandler.php
index 9110b6f67cb828fff6a23242f06262052d828478..669538927e403ee93bb18c6c5dae201e27f6ff22 100644 (file)
@@ -97,6 +97,27 @@ class NodeMessageRequestNodeListHandler extends BaseMessageHandler implements Ha
                        $dataSetInstance->addCriteria('node_' . $key, $messageData[$key]);
                } // END - foreach
        }
+
+       /**
+        * Initializes configuration data from given message data array
+        *
+        * @param       $messageData    An array with all message data
+        * @return      void
+        */
+       protected function initMessageConfigurationData (array $messageData) {
+               $this->partialStub('Please implement this method.');
+       }
+
+       /**
+        * Removes configuration data with given message data array from global
+        * configuration
+        *
+        * @param       $messageData    An array with all message data
+        * @return      void
+        */
+       protected function removeMessageConfigurationData (array $messageData) {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]