PHP 클래스 SebastianBergmann\PHPLOC\Log\CSV\History

상속: extends Single
파일 보기 프로젝트 열기: sebastianbergmann/phploc 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$file The file handle for this instance
$isInitialized Is the file initialized

공개 메소드들

메소드 설명
__construct ( string $filename ) Construct the history printer
printRow ( array $data ) Print a single row to the output file

보호된 메소드들

메소드 설명
getKeysLine ( array $count ) : string
getValuesLine ( array $count ) : string

메소드 상세

__construct() 공개 메소드

Construct the history printer
public __construct ( string $filename )
$filename string The name of the file to write to

getKeysLine() 보호된 메소드

protected getKeysLine ( array $count ) : string
$count array
리턴 string

getValuesLine() 보호된 메소드

protected getValuesLine ( array $count ) : string
$count array
리턴 string

printRow() 공개 메소드

Print a single row to the output file
public printRow ( array $data )
$data array A single row of data

프로퍼티 상세

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

The file handle for this instance
protected $file

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

Is the file initialized
protected $isInitialized