DIContainer/d3DicHandlerInterface.php

11 lines
161 B
PHP
Raw Normal View History

2022-12-28 13:31:44 +01:00
<?php
namespace D3\DIContainerHandler;
/**
* Interface d3DicHandlerInterface
*/
interface d3DicHandlerInterface
{
public static function getInstance();
}