PHP 클래스 Google\Cloud\Dev\Snippet\Coverage\Scanner

상속: implements Google\Cloud\Dev\Snippet\Coverage\ScannerInterface
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php

보호된 프로퍼티들

프로퍼티 타입 설명
$parser Google\Cloud\Dev\Snippet\Parser\Parser

공개 메소드들

메소드 설명
__construct ( Parser $parser, $basePath )
classes ( array $files ) {@inheritDoc}
files ( ) {@inheritDoc}
snippets ( array $classes ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

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

classes() 공개 메소드

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

files() 공개 메소드

{@inheritDoc}
public files ( )

snippets() 공개 메소드

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

프로퍼티 상세

$parser 보호되어 있는 프로퍼티

protected Parser,Google\Cloud\Dev\Snippet\Parser $parser
리턴 Google\Cloud\Dev\Snippet\Parser\Parser