11 Zeilen
161 B
PHP
11 Zeilen
161 B
PHP
<?php
|
|
|
|
namespace D3\DIContainerHandler;
|
|
|
|
/**
|
|
* Interface d3DicHandlerInterface
|
|
*/
|
|
interface d3DicHandlerInterface
|
|
{
|
|
public static function getInstance();
|
|
} |