Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSchema.php39 protected $maxsort = 0; variable in dokuwiki\\plugin\\struct\\meta\\Schema
136 if ($row['sort'] > $this->maxsort) $this->maxsort = $row['sort'];
231 $this->maxsort = 0;
366 return $this->maxsort;