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

__construct() public method

public __construct ( $content, $outputPath )
    public function __construct($content, $outputPath)
    {
        $this->content = $content;
        $this->outputPath = $outputPath;
    }