golden hour
/opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/Compiler
⬆️ Go Up
Upload
File/Folder
Size
Actions
Compiler.php
14.92 KB
Del
OK
ObjectCreationCompiler.php
7.2 KB
Del
OK
RequestedEntryHolder.php
360 B
Del
OK
Template.php
418 B
Del
OK
Edit: Template.php
/** * This class has been auto-generated by PHP-DI. */ class <?php echo $this->containerClass; ?> extends <?php echo $this->containerParentClass; ?> { const METHOD_MAPPING = <?php var_export($this->entryToMethodMapping); ?>; <?php foreach ($this->methods as $methodName => $methodContent) { ?> protected function <?php echo $methodName; ?>() { <?php echo $methodContent; ?> } <?php } ?> }
Save