Legend getter

This commit is contained in:
Simon Vieille 2016-05-22 23:29:39 +02:00
parent 67c6be872a
commit d45f1ca641

View file

@ -91,6 +91,11 @@ class CsvParser
return $this->hasLegend; return $this->hasLegend;
} }
public function getLegend()
{
return $this->legend;
}
public function setNullValues(array $v) public function setNullValues(array $v)
{ {
$this->nullValues = $v; $this->nullValues = $v;