Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
doctrine
/
instantiator
/
src
/
Doctrine
/
Instantiator
/
File Content:
InstantiatorInterface.php
<?php declare(strict_types=1); namespace Doctrine\Instantiator; use Doctrine\Instantiator\Exception\ExceptionInterface; /** * Instantiator provides utility methods to build objects without invoking their constructors */ interface InstantiatorInterface { /** * @phpstan-param class-string<T> $className * * @phpstan-return T * * @throws ExceptionInterface * * @template T of object */ public function instantiate(string $className): object; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Exception
---
0755
Instantiator.php
7387 bytes
0644
InstantiatorInterface.php
496 bytes
0644
N4ST4R_ID | Naxtarrr