File manager - Edit - /var/www/html/transparencia/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/Attribute.php
Back
<?php declare(strict_types=1); namespace phpDocumentor\Reflection\Php; use Override; use phpDocumentor\Reflection\Element; use phpDocumentor\Reflection\Fqsen; /** @api */ final class Attribute implements Element { /** @param CallArgument[] $arguments */ public function __construct(private readonly Fqsen $fqsen, private readonly array $arguments) { } #[Override] public function getFqsen(): Fqsen { return $this->fqsen; } /** @return CallArgument[] */ public function getArguments(): array { return $this->arguments; } #[Override] public function getName(): string { return $this->fqsen->getName(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings