Lines Matching defs:readers
54 protected $readers = [];
101 $readers = $allReaders ? array_keys($this->readers) : $this->createdReaders;
102 foreach ($readers as $id) {
103 $this->readers[$id]->getParser()->getStreamReader()->cleanUp();
104 unset($this->readers[$id]);
165 if (isset($this->readers[$id])) {
180 $this->readers[$id] = $reader;
193 if (isset($this->readers[$id])) {
194 return $this->readers[$id];