]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php
Fixed criteria handling
[core.git] / inc / classes / interfaces / criteria / extended / class_LocalSearchCriteria.php
index 32ccdcf71c91330b396a81357bbb2eeeaa1cd53e..586068032e905b049888d3424adfe8dcebca8403 100644 (file)
@@ -68,9 +68,10 @@ interface LocalSearchCriteria extends Criteria {
         *
         * @param       $key                    Key element to check
         * @param       $value                  Value to check
+        * @param       $separator              Separator for "exploding" $value (default: ',')
         * @return      $isMatching             Whether the key/value is matching or excluded
         */
-       function isCriteriaMatching ($key, $value);
+       function isCriteriaMatching ($key, $value, $separator = ',');
 }
 
 // [EOF]