File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/NamedObject.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema; /** * A database object that has a {@see Name}. * * This interface is intentionally designed to conflict with {@see OptionallyNamedObject}. * * @template N of Name */ interface NamedObject { /** * Returns the object name. * * @return N */ public function getObjectName(): Name; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings