File manager - Edit - /var/www/html/portal/vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Php/HasAttributes.php
Back
<?php declare(strict_types=1); namespace phpDocumentor\Reflection\Php; trait HasAttributes { /** @var Attribute[] */ private array $attributes = []; public function addAttribute(Attribute $attribute): void { $this->attributes[] = $attribute; } /** @return Attribute[] */ public function getAttributes(): array { return $this->attributes; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings