public function getData()
 {
     if ($this->parser instanceof ShapefileDataParser) {
         return;
     }
     return parent::getData();
 }
예제 #2
0
 public function getData()
 {
     // TODO: this should be taken care of by PARSE_MODE_FILE
     if ($this->parser instanceof ShapefileDataParser) {
         return;
     }
     return parent::getData();
 }