diff options
Diffstat (limited to 'core/namespace/ItemInterface.php')
-rw-r--r-- | core/namespace/ItemInterface.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/namespace/ItemInterface.php b/core/namespace/ItemInterface.php new file mode 100644 index 0000000..e7ccb6a --- /dev/null +++ b/core/namespace/ItemInterface.php @@ -0,0 +1,5 @@ +<?php +interface ItemInterface { + public function __construct($itemID, \Database $Database); +} +?>
\ No newline at end of file |