PHP Class Google\Cloud\Dev\Snippet\Coverage\Scanner

Inheritance: implements Google\Cloud\Dev\Snippet\Coverage\ScannerInterface
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Protected Properties

Property Type Description
$parser Google\Cloud\Dev\Snippet\Parser\Parser

Public Methods

Method Description
__construct ( Parser $parser, $basePath )
classes ( array $files ) {@inheritDoc}
files ( ) {@inheritDoc}
snippets ( array $classes ) {@inheritDoc}

Method Details

__construct() public method

public __construct ( Parser $parser, $basePath )
$parser Google\Cloud\Dev\Snippet\Parser\Parser An instance of the Snippet Parser.

classes() public method

{@inheritDoc}
public classes ( array $files )
$files array

files() public method

{@inheritDoc}
public files ( )

snippets() public method

{@inheritDoc}
public snippets ( array $classes )
$classes array

Property Details

$parser protected_oe property

protected Parser,Google\Cloud\Dev\Snippet\Parser $parser
return Google\Cloud\Dev\Snippet\Parser\Parser