Google\Cloud\Dev\Snippet\Coverage\Scanner::__construct PHP Method

__construct() public method

public __construct ( Parser $parser, $basePath )
$parser Google\Cloud\Dev\Snippet\Parser\Parser An instance of the Snippet Parser.
    public function __construct(Parser $parser, $basePath)
    {
        $this->parser = $parser;
        $this->basePath = $basePath;
    }