Searched refs:loophelper (Results 1 – 3 of 3) sorted by relevance
16 var $loophelper = null; variable in syntax_plugin_dataloop_roll26 $this->loophelper =& plugin_load('helper', 'dataloop');27 …if(!$this->loophelper) msg('Loading the dataloop helper failed. Make sure the data plugin is insta…34 return $this->loophelper->getInfo('Roll');
16 var $loophelper = null; variable in syntax_plugin_dataloop_textloop26 $this->loophelper =& plugin_load('helper', 'dataloop');27 …if(!$this->loophelper) msg('Loading the dataloop helper failed. Make sure the data plugin is insta…34 return $this->loophelper->getInfo('Text Loop');
16 var $loophelper = null; variable in syntax_plugin_dataloop_loop26 $this->loophelper =& plugin_load('helper', 'dataloop');27 …if(!$this->loophelper) msg('Loading the dataloop helper failed. Make sure the dataloop plugin is i…34 return $this->loophelper->getInfo('Data Loop');