Searched refs:PageTitleCollection (Results 1 – 5 of 5) sorted by relevance
16 class PageTitleCollection extends DirectCollection class
6 use dokuwiki\Search\Collection\PageTitleCollection; alias113 (new PageTitleCollection())->checkIntegrity();
8 use dokuwiki\Search\Collection\PageTitleCollection; alias93 $search = new CollectionSearch(new PageTitleCollection());131 return (new PageTitleCollection())->getEntitiesWithData();160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key);
10 use dokuwiki\Search\Collection\PageTitleCollection; alias173 (new PageTitleCollection($pageIndex))->lock()226 (new PageTitleCollection($pageIndex))->lock()->addEntity($page, [])->unlock();298 (new PageTitleCollection())->checkIntegrity();401 $collection = new PageTitleCollection();
5 use dokuwiki\Search\Collection\PageTitleCollection; alias91 $index = new PageTitleCollection();