PHP Класс SebastianBergmann\PHPLOC\Log\CSV\History

Наследование: extends Single
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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