golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/betterdocs/includes/Dependencies/DI/Compiler
⬆️ Go Up
Upload
File/Folder
Size
Actions
Compiler.php
13.88 KB
Del
OK
ObjectCreationCompiler.php
7.39 KB
Del
OK
RequestedEntryHolder.php
497 B
Del
OK
Template.php
396 B
Del
OK
Edit: Template.php
/** * This class has been auto-generated by PHP-DI. */ class <?=$this->containerClass; ?> extends <?=$this->containerParentClass; ?> { const METHOD_MAPPING = <?php var_export($this->entryToMethodMapping); ?>; <?php foreach ($this->methods as $methodName => $methodContent) : ?> protected function <?=$methodName; ?>() { <?=$methodContent; ?> } <?php endforeach; ?> }
Save