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