Opps, forgot this.
authorRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 14:26:11 +0000 (16:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 14:26:11 +0000 (16:26 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/criteria/dataset/class_DataSetCriteria.php

index bb5d43b423e67c141b4143b7120696cecbba3a2a..2745239433474cf09ec96c9caced5bdb72b26e6b 100644 (file)
@@ -37,6 +37,11 @@ class DataSetCriteria extends BaseCriteria implements StoreableCriteria {
         */
        private $primaryKey = '';
 
+       /**
+        * Primary keys
+        */
+       private $primaryKeys = array();
+
        /**
         * Protected constructor
         *