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