D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
src
/
Builder
/
Filename :
DriverFactoryInterface.php
back
Copy
<?php declare(strict_types=1); namespace JMS\Serializer\Builder; use Doctrine\Common\Annotations\Reader; use Metadata\Driver\DriverInterface; interface DriverFactoryInterface { public function createDriver(array $metadataDirs, ?Reader $annotationReader = null): DriverInterface; }