Newscoop\PluginGeneratorBundle\Generator\BundleGenerator::__construct PHP 메소드

__construct() 공개 메소드

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');
    }