PHP Class SebastianBergmann\PHPLOC\Log\CSV\History

Inheritance: extends Single
Afficher le fichier Open project: sebastianbergmann/phploc Class Usage Examples

Protected Properties

Свойство Type Description
$file The file handle for this instance
$isInitialized Is the file initialized

Méthodes publiques

Méthode Description
__construct ( string $filename ) Construct the history printer
printRow ( array $data ) Print a single row to the output file

Méthodes protégées

Méthode Description
getKeysLine ( array $count ) : string
getValuesLine ( array $count ) : string

Method Details

__construct() public méthode

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

getKeysLine() protected méthode

protected getKeysLine ( array $count ) : string
$count array
Résultat string

getValuesLine() protected méthode

protected getValuesLine ( array $count ) : string
$count array
Résultat string

printRow() public méthode

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

Property Details

$file protected_oe property

The file handle for this instance
protected $file

$isInitialized protected_oe property

Is the file initialized
protected $isInitialized