# betterdocs/3.8.9/includes/Dependencies/DI/Compiler/Template.php

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 3.8.9. 17 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/3.8.9/code/includes/Dependencies/DI/Compiler/Template.php
- Raw: https://pluginprobe.com/plugins/betterdocs/3.8.9/raw/includes/Dependencies/DI/Compiler/Template.php
- Modified: 2023-08-14T08:41:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/betterdocs/3.8.9/code/includes/Dependencies/DI/Compiler/Template.php#L10-L20`.

```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; ?>
}

```
