📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:52:53
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
✏️
Editing: 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 Changes
❌ Cancel