initial
This commit is contained in:
11
d3DicHandlerInterface.php
Normal file
11
d3DicHandlerInterface.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace D3\DIContainerHandler;
|
||||
|
||||
/**
|
||||
* Interface d3DicHandlerInterface
|
||||
*/
|
||||
interface d3DicHandlerInterface
|
||||
{
|
||||
public static function getInstance();
|
||||
}
|
Reference in New Issue
Block a user