Newscoop\PluginGeneratorBundle\Generator\BundleGenerator::__construct PHP Méthode

__construct() public méthode

public __construct ( Symfony\Component\DependencyInjection\Container $container )
$container Symfony\Component\DependencyInjection\Container
    public function __construct(Container $container)
    {
        $this->container = $container;
        $this->filesystem = $this->container->get('filesystem');
    }