PHP 8.2.31
Preview: Template.php Size: 418 B
//opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/Compiler/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 } ?>
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
14.92 KB lrw-r--r-- 2025-08-16 11:10:48
Edit Download
7.20 KB lrw-r--r-- 2025-08-16 11:10:48
Edit Download
360 B lrw-r--r-- 2025-08-16 11:10:48
Edit Download
418 B lrw-r--r-- 2025-08-16 11:10:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).