Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
nodejs
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
/
File Content:
RequestedEntryHolder.php
<?php declare (strict_types=1); namespace PleskNodejs\DI\Compiler; use PleskNodejs\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
14794 bytes
0644
ObjectCreationCompiler.php
6953 bytes
0644
RequestedEntryHolder.php
371 bytes
0644
Template.php
523 bytes
0644
N4ST4R_ID | Naxtarrr