PHP Interface Google\Cloud\Dev\Snippet\Coverage\ScannerInterface

Afficher le fichier Open project: GoogleCloudPlatform/gcloud-php

Méthodes publiques

Méthode Description
classes ( array $files ) : string[] Retrieve a list of classes in the given PHP files.
files ( ) : string[] Retrieve a list of PHP files to scan.
snippets ( array $classes ) : Snippet[] Get a list of all snippets from the given classes.

Method Details

classes() public méthode

Retrieve a list of classes in the given PHP files.
public classes ( array $files ) : string[]
$files array
Résultat string[]

files() public méthode

Retrieve a list of PHP files to scan.
public files ( ) : string[]
Résultat string[]

snippets() public méthode

Get a list of all snippets from the given classes.
public snippets ( array $classes ) : Snippet[]
$classes array
Résultat Google\Cloud\Dev\Snippet\Parser\Snippet[]