Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
advisor
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
/
File Content:
RequestedEntryHolder.php
<?php declare (strict_types=1); namespace PleskAdvisor\DI\Compiler; use PleskAdvisor\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; } }
Submit
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