Home
last modified time | relevance | path

Searched refs:realDriverId (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DLazyLoadingDriver.php20 private $realDriverId; variable in Metadata\\Driver\\LazyLoadingDriver
22 public function __construct(ContainerInterface $container, string $realDriverId) argument
25 $this->realDriverId = $realDriverId;
33 return $this->container->get($this->realDriverId)->loadMetadataForClass($class);