Lines Matching refs:this
13 $this->id = $id;
14 $this->name = $name;
19 return $this->id . ', ' . $this->name;
24 return $this->id;
35 $this->id = $other->getId();
40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
51 $this->students = new ArrayObject(array());
56 if (!$this->contains($student)) {
57 $this->students[] = $student;
63 foreach ($this->students as $s)
73 return new CachingIterator($this->students->getIterator(), true);
83 // generated by a call to __toString(). To check this we need to access the