Introduced namespaces:
[core.git] / inc / main / interfaces / index / class_Indexable.php
index f990866d0035e97c82f8b93f7fc59bd36d029cdc..48c7c0dafd3b47c849285606af501b4a0720dcdb 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Index;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for Indexable classes
  *
@@ -22,7 +28,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Indexable extends FrameworkInterface {
-}
 
-// [EOF]
-?>
+}