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

__construct() public method

public __construct ( $path, $outputName, phpDocumentor\Reflection\FileReflector $reflector )
$reflector phpDocumentor\Reflection\FileReflector
    public function __construct($path, $outputName, FileReflector $reflector)
    {
        $this->path = $path;
        $this->outputName = $outputName;
        $this->reflector = $reflector;
        $this->markdown = \Parsedown::instance();
    }