PHP 인터페이스 Google\Cloud\Dev\Snippet\Coverage\ScannerInterface

파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php

공개 메소드들

메소드 설명
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.

메소드 상세

classes() 공개 메소드

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

files() 공개 메소드

Retrieve a list of PHP files to scan.
public files ( ) : string[]
리턴 string[]

snippets() 공개 메소드

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