Searched refs:getTid (Results 1 – 5 of 5) sorted by relevance
| /plugin/struct/meta/ | ||
| H A D | Column.php | 60 public function getTid() function in dokuwiki\\plugin\\struct\\meta\\Column |
| H A D | SearchResult.php | 131 if ($value->getColumn()->getTid() == 0) return true; |
| H A D | SchemaBuilder.php | 172 $oldTid = $column->getTid(); |
| H A D | Search.php | 476 static fn($pageidAndRevOnly, Column $col) => $pageidAndRevOnly && ($col->getTid() == 0), |
| /plugin/struct/types/ | ||
| H A D | AbstractBaseType.php | 194 public function getTid() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType |