Legend getter

This commit is contained in:
Simon Vieille 2016-05-22 23:29:39 +02:00
parent 67c6be872a
commit d45f1ca641
1 changed files with 5 additions and 0 deletions

View File

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