Lines Matching refs:pos
6 private $pos=0;
11 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
12 return $this->pos < count($this->myContent);
17 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
18 $this->pos++;
23 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
24 $this->pos=0;
29 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
30 return $this->myContent[$this->pos];
35 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
36 return "meal " . $this->pos;
42 private $pos=0;
47 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
48 return $this->pos < count($this->myContent);
53 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
54 $this->pos++;
59 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
60 $this->pos=0;
65 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
66 return $this->myContent[$this->pos];
71 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
72 return "meal " . $this->pos;
135 ["pos":"EnglishMealIterator":private]=>
149 ["pos":"FrenchMealIterator":private]=>