Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
rest-api
/
vendor
/
jms
/
serializer
/
src
/
Builder
/
File Content:
DriverFactoryInterface.php
<?php declare (strict_types=1); namespace PleskRestApi\JMS\Serializer\Builder; use PleskRestApi\Doctrine\Common\Annotations\Reader; use PleskRestApi\Metadata\Driver\DriverInterface; interface DriverFactoryInterface { public function createDriver(array $metadataDirs, ?Reader $annotationReader = null) : DriverInterface; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
CallbackDriverFactory.php
1046 bytes
0644
DefaultDriverFactory.php
3961 bytes
0644
DocBlockDriverFactory.php
1048 bytes
0644
DriverFactoryInterface.php
328 bytes
0644
N4ST4R_ID | Naxtarrr