Bad getter hasLegend

This commit is contained in:
Simon Vieille 2016-05-22 23:09:42 +02:00
parent d4fa62cea9
commit 67c6be872a

View file

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