Searched refs:PageMetaCollection (Results 1 – 5 of 5) sorted by relevance
22 class PageMetaCollection extends LookupCollection class
8 use dokuwiki\Search\Collection\PageMetaCollection; alias194 … (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($data['page'], $values)->unlock();233 (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($page, [])->unlock();315 $clean = PageMetaCollection::cleanName($key);349 (new PageMetaCollection($key))->checkIntegrity();
7 use dokuwiki\Search\Collection\PageMetaCollection; alias134 return (new PageMetaCollection($key))->getEntitiesWithData();160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key);
8 use dokuwiki\Search\Collection\PageMetaCollection; alias167 $collection = new PageMetaCollection($key);192 $collection = new PageMetaCollection($key);
5 use dokuwiki\Search\Collection\PageMetaCollection; alias145 $index = new PageMetaCollection('relation_media');163 $index = new PageMetaCollection('relation_references');