File "Template.php"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Compiler/Template.php
File size: 396 bytes
MIME-type: text/plain
Charset: utf-8

/**
 * 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; ?>
}