]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/class_Handleable.php
Moved to generic class BaseHandler and interface Handleable
[hub.git] / application / hub / interfaces / handler / class_Handleable.php
index a55ac2b1bb6b43262669d004c8a232011ff17dea..fe1a0dfb648b5d651e3ddb5b64db28e1d9839d41 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Handleable extends FrameworkInterface {
+       /**
+        * Adds all required elements from given array into data set instance
+        *
+        * @param       $dataSetInstance        An instance of a StoreableCriteria class
+        * @param       $messageData            An array with all message data
+        * @return      void
+        */
+       function addArrayToDataSet (StoreableCriteria $dataSetInstance, array $messageData);
 }
 
 // [EOF]