PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
/** * 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 } ?> }
[-] ObjectCreationCompiler.php
[edit]
[+]
..
[-] RequestedEntryHolder.php
[edit]
[-] Compiler.php
[edit]
[-] Template.php
[edit]