Searched refs:imgCache (Results 1 – 2 of 2) sorted by relevance
9 var $imgCache; variable in syntax_plugin_pdb25 $this->imgCache = new plugin_cache("rcsb_image",'',"jpg");55 $filename = $this->imgCache->GetMediaPath($pdbid);71 $filename = $this->imgCache->GetMediaPath($pdbid);121 $this->imgCache->ClearCache();127 $this->imgCache->RemoveDir();144 $url = $this->imgCache->GetMediaLink($pdbid);
8 var $imgCache; variable in syntax_plugin_pubchem 21 $this->imgCache = new plugin_cache($this->name,'',"png"); 114 $filename = $this->imgCache->GetMediaPath($id); 148 $tag .= '<img src = "'.$this->imgCache->GetMediaLink($cid.$mode).'" class="media" ';