X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fhandler%2Fclass_Handleable.php;h=fe1a0dfb648b5d651e3ddb5b64db28e1d9839d41;hb=ad45b22b26e0788c4b53451efca9065ea1a26805;hp=a55ac2b1bb6b43262669d004c8a232011ff17dea;hpb=3096273ac8d8968b12b268756366063e5e0ff9d0;p=hub.git diff --git a/application/hub/interfaces/handler/class_Handleable.php b/application/hub/interfaces/handler/class_Handleable.php index a55ac2b1b..fe1a0dfb6 100644 --- a/application/hub/interfaces/handler/class_Handleable.php +++ b/application/hub/interfaces/handler/class_Handleable.php @@ -22,6 +22,14 @@ * along with this program. If not, see . */ 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]