Home
last modified time | relevance | path

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

/plugin/aichat/Storage/
DChromaStorage.php22 protected $collectionID = ''; variable in dokuwiki\\plugin\\aichat\\Storage\\ChromaStorage
102 if ($this->collectionID) return $this->collectionID;
111 $this->collectionID = $result['id'];
112 return $this->collectionID;
148 $this->collectionID = '';