SebastianBergmann\PHPLOC\Log\CSV\Single::getKeysLine PHP Méthode

getKeysLine() protected méthode

protected getKeysLine ( array $count ) : string
$count array
Résultat string
    protected function getKeysLine(array $count)
    {
        return implode(',', array_values($this->colmap)) . PHP_EOL;
    }