This commit is contained in:
2022-12-28 13:31:44 +01:00
commit 150fe1861a
6 changed files with 383 additions and 0 deletions

11
d3DicHandlerInterface.php Normal file
View File

@ -0,0 +1,11 @@
<?php
namespace D3\DIContainerHandler;
/**
* Interface d3DicHandlerInterface
*/
interface d3DicHandlerInterface
{
public static function getInstance();
}