Sensio\Bundle\GeneratorBundle\Generator\DoctrineFormGenerator::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\HttpKernel\Util\Filesystem $filesystem, $skeletonDir )
$filesystem Symfony\Component\HttpKernel\Util\Filesystem
    public function __construct(Filesystem $filesystem, $skeletonDir)
    {
        $this->filesystem = $filesystem;
        $this->skeletonDir = $skeletonDir;
    }