Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
wpide
/
vendor
/
php-di
/
php-di
/
src
/
Compiler
:
Template.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> <?php /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ ?> /** * 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; ?> }