* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\DIContainerHandler; /** * Interface d3DicHandlerInterface */ interface d3DicHandlerInterface { public static function getInstance(); }