File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/defender-security/lib/packages/DI/Compiler/RequestedEntryHolder.php
Back
<?php declare(strict_types=1); namespace WPMU_DEV\Defender\Vendor\DI\Compiler; use WPMU_DEV\Defender\Vendor\DI\Factory\RequestedEntry; /** * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class RequestedEntryHolder implements RequestedEntry { /** * @var string */ private $name; public function __construct(string $name) { $this->name = $name; } public function getName() : string { return $this->name; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings