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

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

Constructor.
public __construct ( Symfony\Component\HttpKernel\Util\Filesystem $filesystem, string $skeletonDir )
$filesystem Symfony\Component\HttpKernel\Util\Filesystem A Filesystem instance
$skeletonDir string Path to the skeleton directory
    public function __construct(Filesystem $filesystem, $skeletonDir)
    {
        $this->filesystem  = $filesystem;
        $this->skeletonDir = $skeletonDir;
    }