File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/SourceLocator/Located/InternalLocatedSource.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\SourceLocator\Located; /** * @internal * * @psalm-immutable */ class InternalLocatedSource extends LocatedSource { /** @param non-empty-string $extensionName */ public function __construct(string $source, string $name, private string $extensionName) { parent::__construct($source, $name); } public function isInternal(): bool { return true; } /** @return non-empty-string|null */ public function getExtensionName(): string|null { return $this->extensionName; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings