Home
last modified time | relevance | path

Searched refs:ContainerInterface (Results 1 – 6 of 6) sorted by last modified time

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherWithPsr11ContainerTest.php7 use Psr\Container\ContainerInterface; alias
22 class Psr11Container implements ContainerInterface
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php8 use Psr\Container\ContainerInterface as PsrContainerInterface;
9 use Symfony\Component\DependencyInjection\ContainerInterface; alias
14 * @var PsrContainerInterface|ContainerInterface
19 * @param PsrContainerInterface|ContainerInterface $container
23 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
24 …n instance of %s or %s (%s given).', PsrContainerInterface::class, ContainerInterface::class, \is_…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryWithPsr11ContainerTest.php7 use Psr\Container\ContainerInterface; alias
22 class Psr11Container implements ContainerInterface
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DLazyLoadingDriver.php8 use Symfony\Component\DependencyInjection\ContainerInterface; alias
13 * @var ContainerInterface
22 public function __construct(ContainerInterface $container, string $realDriverId)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php8 use Psr\Container\ContainerInterface as PsrContainerInterface;
9 use Symfony\Component\DependencyInjection\ContainerInterface; alias
14 * @var PsrContainerInterface|ContainerInterface
24 * @param PsrContainerInterface|ContainerInterface $container
29 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
30 …n instance of %s or %s (%s given).', PsrContainerInterface::class, ContainerInterface::class, \is_…
/plugin/findologicxmlexport/vendor/twig/twig/src/RuntimeLoader/
H A DContainerRuntimeLoader.php14 use Psr\Container\ContainerInterface; alias
28 public function __construct(ContainerInterface $container)