Submit
Path:
~
/
home
/
getwphos
/
www
/
sdp
/
wp-content
/
plugins
/
elementor
/
vendor_prefixed
/
php-di
/
php-di
/
src
/
Compiler
/
File Content:
RequestedEntryHolder.php
<?php declare (strict_types=1); namespace ElementorDeps\DI\Compiler; use ElementorDeps\DI\Factory\RequestedEntry; /** * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class RequestedEntryHolder implements RequestedEntry { /** * @var string */ private $name; public function __construct(string $name) { $this->name = $name; } public function getName() : string { return $this->name; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
Compiler.php
14981 bytes
0644
ObjectCreationCompiler.php
6786 bytes
0644
RequestedEntryHolder.php
450 bytes
0644
Template.php
396 bytes
0644
N4ST4R_ID | Naxtarrr