Bad getter hasLegend

This commit is contained in:
Simon Vieille 2016-05-22 23:09:42 +02:00
parent d4fa62cea9
commit 67c6be872a
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ class CsvParser
$this->hasLegend = $v;
}
public function getLegend()
public function getHasLegend()
{
return $this->legend;
return $this->hasLegend;
}
public function setNullValues(array $v)