Lines Matching defs:nextMark
27 protected $nextMark;
46 public function setNext($nextMark)
48 $this->nextMark = &$nextMark;
86 $this->nextMark = &$newNext;
108 $newPrevious = $this->previousMark->switchPlaces($this, $this->nextMark);
109 $this->nextMark = &$this->previousMark;
128 if (!$this->nextMark) {
131 return $this->nextMark->getLast();
141 return $this->nextMark;