]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/state/class_Stateable.php
Introduced namespaces:
[core.git] / inc / main / interfaces / state / class_Stateable.php
index 63382f4ea27cc39833b51285e597470cc413fd25..f9ab6cb5f0072933ca0756b12678e7cae5d3dbb3 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\State;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A Stateable interface
  *
@@ -22,7 +28,5 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Stateable extends FrameworkInterface {
-}
 
-// [EOF]
-?>
+}