Home
last modified time | relevance | path

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

/plugin/settingstree/
H A Dhelper.php16 private $explorer_helper = null; // mandatory dependency, error if dependency is broken. variable in helper_plugin_settingstree
22 if (!$this->explorer_helper){
23 $this->explorer_helper = plugin_load('helper','explorertree');
24 if (!$this->explorer_helper){
29 return $this->explorer_helper;