🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor-pro
/
vendor_prefixed
/
php-di
/
php-di
/
src
/
Compiler
✏️
Editing: 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 Changes
❌ Cancel