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