Searched refs:DriverInterface (Results 1 – 17 of 17) sorted by relevance
9 use Metadata\Driver\DriverInterface; alias23 public function createDriver(array $metadataDirs, Reader $reader): DriverInterface26 if (!$driver instanceof DriverInterface) {
8 use Metadata\Driver\DriverInterface; alias12 public function createDriver(array $metadataDirs, Reader $annotationReader): DriverInterface;
16 use Metadata\Driver\DriverInterface; alias43 public function createDriver(array $metadataDirs, Reader $annotationReader): DriverInterface
12 * @var DriverInterface[]17 * @param DriverInterface[] $drivers24 public function addDriver(DriverInterface $driver): void
12 interface AdvancedDriverInterface extends DriverInterface
9 interface DriverInterface interface
10 class LazyLoadingDriver implements DriverInterface
17 use Metadata\Driver\DriverInterface; alias23 abstract class AbstractDoctrineTypeDriver implements DriverInterface55 * @var DriverInterface68 …public function __construct(DriverInterface $delegate, ManagerRegistry $registry, ?ParserInterface…
9 use Metadata\Driver\DriverInterface; alias11 class NullDriver implements DriverInterface
48 use Metadata\Driver\DriverInterface; alias51 class AnnotationDriver implements DriverInterface
23 use dokuwiki\plugin\yuriigantt\src\Driver\DriverInterface; alias46 * @param DriverInterface $driver50 public function __construct(DriverInterface $driver, $csrf, $payload)
9 use Metadata\Driver\DriverInterface; alias14 * @var DriverInterface48 …public function __construct(DriverInterface $driver, ?string $hierarchyMetadataClass = 'Metadata\C…
23 class Sqlite implements DriverInterface
26 interface DriverInterface interface
29 class Embedded implements DriverInterface
28 ``DriverInterface`` implementations which know how to populate these classes
26 use Metadata\Driver\DriverInterface; alias607 * @return DriverInterface