Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
H A DMark.php28 protected $nextMark = null; variable in dokuwiki\\plugin\\prosemirror\\parser\\Mark
47 public function setNext($nextMark) argument
49 $this->nextMark = &$nextMark;
87 $this->nextMark = &$newNext;
109 $newPrevious = $this->previousMark->switchPlaces($this, $this->nextMark);
110 $this->nextMark = &$this->previousMark;
129 if (!$this->nextMark) {
132 return $this->nextMark->getLast();
142 return $this->nextMark;
[all...]