Searched refs:nextMark (Results 1 – 1 of 1) sorted by relevance
27 protected $nextMark; variable in dokuwiki\\plugin\\prosemirror\\parser\\Mark46 public function setNext($nextMark) argument48 $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;