All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-symfony.Bundle.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
partial_header}}
/**
 * NOTE: This class is auto generated by the openapi generator program.
 * https://github.com/openapitools/openapi-generator
 * Do not edit the class manually.
 */

namespace {{invokerPackage}};

use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use {{invokerPackage}}\DependencyInjection\Compiler\{{bundleName}}ApiPass;

/**
 * {{bundleClassName}} Class Doc Comment
 *
 * @category Class
 * @package  {{invokerPackage}}
 * @author   OpenAPI Generator team
 * @link     https://github.com/openapitools/openapi-generator
 */
class {{bundleClassName}} extends Bundle
{
    public function build(ContainerBuilder $container): void
    {
        $container->addCompilerPass(new {{bundleName}}ApiPass());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy