File manager - Edit - /var/www/payraty/inventory_main/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
Back
<?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; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings