Lines Matching full:this
13 $last_call = end($this->calls);
14 $this->writeCall(['preformatted_end', [], $last_call[2]]);
16 $this->process();
17 $this->callWriter->finalise();
18 unset($this->callWriter);
24 foreach ($this->calls as $call) {
27 $this->pos = $call[2];
30 $this->text .= "\n";
33 $this->text .= $call[1][0];
36 if (trim($this->text)) {
37 $this->callWriter->writeCall(['preformatted', [$this->text], $this->pos]);
40 $this->callWriter->writeCall(['eol', [], $this->pos]);
41 $this->callWriter->writeCall(['eol', [], $this->pos]);
46 return $this->callWriter;