]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/visitor/class_Visitor.php
Continued:
[core.git] / inc / main / interfaces / visitor / class_Visitor.php
index b22ea92fdd56c6ffbf4115671a43a00acd71f05b..872404d05cfd89ebb5833972e88aca9a67c88e07 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Visitor;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for the visitor implementation
  *
@@ -22,7 +28,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Visitor extends FrameworkInterface {
-}
 
-// [EOF]
-?>
+}