Home
last modified time | relevance | path

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

/plugin/attribute/
H A Dhelper.php16 protected $storepath = null; variable in helper_plugin_attribute
28 $this->storepath = ($this->conf['store'] === '' || !io_mkdir_p($path)) ? null : $path;
30 if (is_null($this->storepath)) {
183 $filename = $this->storepath . "/" . $key;
239 $filename = $this->storepath . "/" . $key;
267 $listing = scandir($this->storepath, SCANDIR_SORT_DESCENDING);
466 $filename = $this->storepath . "/" . $key;