| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function create() |
||
| 18 | { |
||
| 19 | $reader = $this->getReader(); |
||
| 20 | |||
| 21 | $reader->setCombine($this->getCombine()); |
||
| 22 | $reader->setDelimiter($this->getDelimiter()); |
||
| 23 | $reader->setEnclosure($this->getEnclosure()); |
||
| 24 | $reader->setEscapeCharacter($this->getEscapeCharacter()); |
||
| 25 | |||
| 26 | return $reader; |
||
| 27 | } |
||
| 28 | |||
| 44 | } |