Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
/
File Content:
RequestedEntryHolder.php
<?php declare (strict_types=1); namespace PleskGrafana\DI\Compiler; use PleskGrafana\DI\Factory\RequestedEntry; /** * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class RequestedEntryHolder implements RequestedEntry { public function __construct(private string $name) { } public function getName() : string { return $this->name; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Compiler.php
14809 bytes
0644
ObjectCreationCompiler.php
6957 bytes
0644
RequestedEntryHolder.php
373 bytes
0644
Template.php
523 bytes
0644
N4ST4R_ID | Naxtarrr