File manager - Edit - /var/www/html/transparencia/vendor/phpdocumentor/reflection/tests/integration/Metadata/Hook.php
Back
<?php declare(strict_types=1); namespace phpDocumentor\Reflection\Metadata; final class Hook implements Metadata { private $hook; public function __construct(string $hook) { $this->hook = $hook; } public function key(): string { return "project-metadata"; } public function hook(): string { return $this->hook; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings