Searched refs:PageMetaCollection (Results 1 – 4 of 4) sorted by relevance
22 class PageMetaCollection extends LookupCollection class
9 use dokuwiki\Search\Collection\PageMetaCollection; alias193 … (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($data['page'], $values)->unlock();230 (new PageMetaCollection($key, $pageIndex))->lock()->addEntity($page, [])->unlock();267 $clean = PageMetaCollection::cleanName($key);301 (new PageMetaCollection($key))->checkIntegrity();403 $collection = new PageMetaCollection($key);428 $collection = new PageMetaCollection($key);
7 use dokuwiki\Search\Collection\PageMetaCollection; alias134 return (new PageMetaCollection($key))->getEntitiesWithData();160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key);
5 use dokuwiki\Search\Collection\PageMetaCollection; alias145 $index = new PageMetaCollection('relation_media');163 $index = new PageMetaCollection('relation_references');