Continued:
[core.git] / inc / main / interfaces / criteria / extended / class_LocalSearchCriteria.php
index 48cbc20369647b1a2c2f9a9b3a66669e284c7989..0e7c43eedbde7d4bce28e3a52bc897b24f90fcac 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Criteria\Local;
+
 /**
  * An interface for local criterias
  *
@@ -72,7 +75,5 @@ interface LocalSearchCriteria extends Criteria {
         * @return      $isMatching             Whether the key/value is matching or excluded
         */
        function isCriteriaMatching ($key, $value, $separator = ',');
-}
 
-// [EOF]
-?>
+}