Google\Cloud\Dev\DocGenerator\DocGenerator::__construct PHP Method

__construct() public method

public __construct ( TypeGenerator $types, array $files, $outputPath, $executionPath )
$types TypeGenerator
$files array
    public function __construct(TypeGenerator $types, array $files, $outputPath, $executionPath)
    {
        $this->types = $types;
        $this->files = $files;
        $this->outputPath = $outputPath;
        $this->executionPath = $executionPath;
    }