Home
last modified time | relevance | path

Searched refs:nextMark (Results 1 – 1 of 1) sorted by relevance

/plugin/prosemirror/parser/
DMark.php27 protected $nextMark; variable in dokuwiki\\plugin\\prosemirror\\parser\\Mark
46 public function setNext($nextMark) argument
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;