PHP 클래스 Tester\CodeCoverage\Generators\AbstractGenerator

파일 보기 프로젝트 열기: nette/tester 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$acceptFiles array

보호된 프로퍼티들

프로퍼티 타입 설명
$coveredSum integer
$data array
$source string
$totalSum integer

공개 메소드들

메소드 설명
__construct ( $file, $source = NULL )
getCoveredPercent ( ) : float
render ( $file = NULL )

보호된 메소드들

메소드 설명
getSourceIterator ( ) : CallbackFilterIterator
renderSelf ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $file, $source = NULL )

getCoveredPercent() 공개 메소드

public getCoveredPercent ( ) : float
리턴 float

getSourceIterator() 보호된 메소드

render() 공개 메소드

public render ( $file = NULL )

renderSelf() 추상적인 보호된 메소드

abstract protected renderSelf ( )

프로퍼티 상세

$acceptFiles 공개적으로 프로퍼티

public array $acceptFiles
리턴 array

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

protected int $coveredSum
리턴 integer

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

protected array $data
리턴 array

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

protected string $source
리턴 string

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

protected int $totalSum
리턴 integer