Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
sslit
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
/
File Content:
RequestedEntryHolder.php
<?php declare (strict_types=1); namespace PleskSslIt\DI\Compiler; use PleskSslIt\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
14806 bytes
0644
ObjectCreationCompiler.php
6767 bytes
0644
RequestedEntryHolder.php
369 bytes
0644
Template.php
523 bytes
0644
N4ST4R_ID | Naxtarrr