PhpSpec\CodeGenerator\Generator\PromptingGenerator::__construct PHP Method

__construct() public method

public __construct ( ConsoleIO $io, TemplateRenderer $templates, Filesystem $filesystem, PhpSpec\Process\Context\ExecutionContext $executionContext )
$io PhpSpec\Console\ConsoleIO
$templates PhpSpec\CodeGenerator\TemplateRenderer
$filesystem PhpSpec\Util\Filesystem
$executionContext PhpSpec\Process\Context\ExecutionContext
    public function __construct(ConsoleIO $io, TemplateRenderer $templates, Filesystem $filesystem, ExecutionContext $executionContext)
    {
        $this->io = $io;
        $this->templates = $templates;
        $this->filesystem = $filesystem;
        $this->executionContext = $executionContext;
    }